Fix demo deployment workflow (#1461)
This commit is contained in:
parent
601add997f
commit
4193894191
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-demo.yaml
vendored
4
.github/workflows/deploy-demo.yaml
vendored
|
@ -36,6 +36,6 @@ jobs:
|
|||
aws-region: us-east-1
|
||||
- name: Deploy
|
||||
run: |
|
||||
aws s3 sync build/dashboard s3://${{ secrets.AWS_DEMO_DEPLOYMENT_BUCKET }}/dashboard/static/ \
|
||||
aws s3 cp build/dashboard/index.html s3://${{ secrets.AWS_DEMO_DEPLOYMENT_BUCKET }}/dashboard/ \
|
||||
aws s3 sync build/dashboard s3://${{ secrets.AWS_DEMO_DEPLOYMENT_BUCKET }}/dashboard/static/
|
||||
aws s3 cp build/dashboard/index.html s3://${{ secrets.AWS_DEMO_DEPLOYMENT_BUCKET }}/dashboard/
|
||||
aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DEMO_CF_DIST_ID }} --paths "/dashboard*"
|
||||
|
|
Loading…
Reference in a new issue