Skip to content

Commit

Permalink
feat(ci): add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
astorverse committed Jul 17, 2024
1 parent 90ca9b1 commit f73b5c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- name: Build project
run: npm run build

- name: Print AWS environment variables
run: |
echo ${{ secrets.AWS_PRODUCTION_ACCESS_KEY }}
echo ${{ secrets.AWS_PRODUCTION_SECRET_ACCESS_KEY }}
echo ${{ secrets.AWS_REGION }}
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit f73b5c4

Please sign in to comment.