Skip to content

Commit

Permalink
ci: use sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 2, 2023
1 parent bcf90b5 commit 90f782f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}
- name: Upload to S3
run: |
aws s3 cp ./build/* s3://${{ vars.AWS_S3_BUCKET }}/
aws s3 sync ./build s3://${{ vars.AWS_S3_BUCKET }}/junior/
# # - name: Send Notification
# # uses: voxmedia/github-action-slack-notify-build@v1
# # with:
# # channel: scratchjr-web-notifications

# # status: STARTED
# # color: good
# # env:
Expand Down

0 comments on commit 90f782f

Please sign in to comment.