Skip to content

Commit

Permalink
Fix CI S3 upload folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Mar 10, 2024
1 parent b8527e3 commit afc2fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
aws-region: eu-central-1

- name: Upload to AWS S3
run: aws s3 sync public s3://pass.wayspace.net --delete
run: aws s3 sync build s3://pass.wayspace.net --delete

0 comments on commit afc2fb8

Please sign in to comment.