Skip to content

Commit

Permalink
Add a debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 28, 2023
1 parent 76b4400 commit 717283c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: us-east-1
- run: echo ${{ needs.build.outputs.github_branch }}
- name: Deploy via CodeDeploy
if: ${{ needs.build.outputs.github_branch == 'master' }}
run: |
Expand Down

0 comments on commit 717283c

Please sign in to comment.