Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
henriits committed Aug 30, 2024
1 parent d8f3fef commit a4757f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
needs: test
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main'
environment: deploy
env:
CLIENT_IMAGE_TAG: client-${{ github.sha }}
SERVER_IMAGE_TAG: server-${{ github.sha }}
Expand All @@ -140,6 +141,11 @@ jobs:
- name: Test AWS CLI Configuration
run: aws s3 ls

- name: Debug Environment Variables
run: |
echo AWS_REGION: ${{ secrets.AWS_REGION }}
echo AWS_REGION: ${{ vars.AWS_REGION }}
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit a4757f5

Please sign in to comment.