Skip to content

Commit

Permalink
FITS container PORT is already available with non-standard 8888 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored May 17, 2024
1 parent fa4f334 commit 149180e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:
jobs:
terraform:
if: github.event.pull_request.merged == true
name: Run Terraform Plan

name: Run Terraform Apply
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
</details>
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`*`;
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ module "crayfits" {
}
])
addl_env_vars = tolist([
{
name = "PORT"
value = "8888"
},
{
name = "SCYLLARIDAE_YML"
value = <<EOT
Expand Down

0 comments on commit 149180e

Please sign in to comment.