Skip to content

Commit

Permalink
maybe debug ci episode 5002
Browse files Browse the repository at this point in the history
  • Loading branch information
haikoschol committed Jan 9, 2024
1 parent 4ced320 commit 009bddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws s3 sync --endpoint-url ${{ vars.R2_ENDPOINT_URL }} collectedstatic/ s3://coa-static/ --delete
aws s3 sync --endpoint-url ${{ vars.R2_ENDPOINT_URL }} collectedstatic/ s3://coa-static/ --delete --debug
- name: Apply database migrations
env:
Expand Down

0 comments on commit 009bddd

Please sign in to comment.