Skip to content

Commit

Permalink
Update .github/workflows/terraform-apply-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Dec 17, 2024
1 parent 2e064fd commit f212d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-apply-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: write-all

jobs:
Auth:
runs-on: ["csvd-dev-ew"]
runs-on: ["229685449397"]

outputs:
aws_access_key_id: ${{ steps.aws_auth.outputs.aws_access_key_id }}
Expand All @@ -29,7 +29,7 @@ jobs:
ecs: true

Plan:
runs-on: ["iebcloud"]
runs-on: ["Default"]
needs: Auth
outputs:
commit_sha: ${{ steps.git_show.outputs.commit_sha }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

Apply:
# The type of runner that the job will run on
runs-on: ["iebcloud"]
runs-on: ["Default"]
needs: [Plan, Auth]
environment: dev
steps:
Expand Down

0 comments on commit f212d9b

Please sign in to comment.