Skip to content

Commit

Permalink
Delete package-lock.json (full of NuBank URLs)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Oct 18, 2023
1 parent fbe07c5 commit e9e4df0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
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
run: aws s3 sync ${{ env.UPLOAD_BUCKET }} ${{ env.DEPLOY_BUCKET }} --delete
# Temporarily disabled
# - name: Sync upload to deployed
# run: aws s3 sync ${{ env.UPLOAD_BUCKET }} ${{ env.DEPLOY_BUCKET }} --delete

0 comments on commit e9e4df0

Please sign in to comment.