Skip to content

Commit

Permalink
Fix path for AWS copy
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch authored Jun 12, 2024
1 parent 4f2514b commit 68c4538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Deploy to S3
run: |
aws s3 cp users s3://${{ env.BASE_URL }}/ --recursive --region us-east-1
aws s3 cp public s3://${{ env.BASE_URL }}/ --recursive --region us-east-1
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 68c4538

Please sign in to comment.