Skip to content

Commit

Permalink
Add s3 debug argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspnas committed Dec 1, 2023
1 parent a0bbb39 commit d5060f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
S3_BUCKET: ${{ secrets.DATE_CONFIG_BUCKET }}
S3_KEY: ${{ secrets.DATE_FUNCTIONS_ENV }}
run: |
aws s3api get-object --bucket $S3_BUCKET --key $S3_KEY .env
aws s3api get-object --bucket $S3_BUCKET --key $S3_KEY .env --debug
- name: Set up DigitalOcean CLI
uses: digitalocean/action-doctl@v2
Expand Down

0 comments on commit d5060f5

Please sign in to comment.