Skip to content

Commit

Permalink
Fix display of environment
Browse files Browse the repository at this point in the history
  • Loading branch information
m-houston committed May 21, 2024
1 parent 59352e1 commit f3fba5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-3-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE }}
role-session-name: deploy_${{ env.environment }}
role-session-name: deploy_${{ inputs.environment }}
aws-region: ${{ vars.AWS_REGION }}

- name: List S3 buckets
run: |
echo "Deploying to ${environment}"
echo "Deploying to ${{inputs.environment}}"
echo "TODO Run terraform here"
# TODO: More jobs or/and steps here
# success:
Expand Down

0 comments on commit f3fba5d

Please sign in to comment.