Skip to content

Commit

Permalink
deploy fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
theabrad committed Feb 4, 2022
1 parent 4dbd5e2 commit 80d9bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Deploy to s3
run: aws s3 sync public/ s3://bmore-techie
run: aws s3 sync ./public/ s3://bmore-techie --delete

0 comments on commit 80d9bcf

Please sign in to comment.