Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kendal committed Jan 31, 2024
1 parent 874f8ad commit 23c40a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
- name: Set environment variable for dev deployment
run: echo "TF_VAR_environment=dev" >> $GITHUB_ENV

- name: AWS access
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::603042156394:role/_github_actions
role-session-name: stumblefunk-session
aws-region: eu-west-1

- name: Run Terragrunt
run: terragrunt apply -auto-approve
working-directory: environments/dev
Expand Down

0 comments on commit 23c40a4

Please sign in to comment.