Skip to content

Commit

Permalink
cI: caution to the wind
Browse files Browse the repository at this point in the history
  • Loading branch information
r115 committed Oct 3, 2024
1 parent f844647 commit f3e55b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Deploy to S3
# run: cd packages/stack && pnpm exec cdk deploy --app ./dist/stack.js --require-approval never MPAth-shared ${{ inputs.STACK_NAME }}
run: cd packages/web/build/client && aws s3 cp . s3://${{ secrets.UPLOAD_BUCKET_NAME }}/_app/ --recursive --acl public-read
run: cd packages/web/build/client && aws s3 cp . s3://mpath-shared-assetbucket1d025086-1osier5v37m19/_app/ --recursive --acl public-read

# - name: Soft purge cache
# run: 'curl -i -X POST "https://api.fastly.com/service/${{ secrets.FASTLY_SERVICE_ID }}/purge/all" -H "Fastly-Key: ${{ secrets.FASTLY_API_KEY }}" -H "fastly-soft-purge: 1" -H "Accept: application/json"'

0 comments on commit f3e55b7

Please sign in to comment.