Skip to content

Commit

Permalink
Update 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 f212d9b commit 905df30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: ["229685449397"]
runs-on: ["self-hosted", "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: ["Default"]
runs-on: ["self-hosted", "iebcloud"]
needs: Auth
outputs:
commit_sha: ${{ steps.git_show.outputs.commit_sha }}
Expand Down

0 comments on commit 905df30

Please sign in to comment.