Skip to content

Commit

Permalink
fix: acl-public on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Feb 16, 2024
1 parent bc36dab commit a699397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ declare -a environments=("nau-dev-shared" "nau-stage-shared" "nau-prod-shared")

for environment in "${environments[@]}"
do
AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} s3cmd --host rgw.nau.fccn.pt --host-bucket $environment put maintenance-site/index.html s3://$environment/maintenance-site/index.html
AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} s3cmd --host rgw.nau.fccn.pt --host-bucket $environment put maintenance-site/index.html s3://$environment/maintenance-site/index.html --acl-public
done

0 comments on commit a699397

Please sign in to comment.