Skip to content

Commit

Permalink
Don't need to ls the bucket after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 1, 2023
1 parent ff3f00f commit 4399523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
aws s3 cp api ${{ env.UPLOAD_BUCKET }}/api --recursive
aws s3 cp build/site ${{ env.UPLOAD_BUCKET }} --recursive
aws s3 cp script/robots.txt ${{ env.UPLOAD_BUCKET }}
aws s3 ls ${{ env.UPLOAD_BUCKET }} # Temporary!
# Sync the temporary bucket to the real bucket (should be super fast).
# Goal here was to minimize disruption when rolling out changes.
- name: Sync upload to deployed
Expand Down

0 comments on commit 4399523

Please sign in to comment.