Skip to content

Commit

Permalink
Move debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 27, 2023
1 parent 792ffbf commit bfdf0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
runs-on: ubuntu-20.04
needs: build # Don't deploy unless the build succeeds
steps:
- run: ls appspec*
- run: echo "Deploy branch is ${{ needs.build.outputs.github_branch }}"
- name: Get the secret-populated code
uses: actions/download-artifact@v4
with:
name: codebase
- run: ls appspec*
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit bfdf0a5

Please sign in to comment.