Skip to content

Commit

Permalink
fix: s3 sync profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Nov 11, 2020
1 parent 30be58f commit 6d9f393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sh -c "yarn" \
# Sync using our dedicated profile and suppress verbose messages.
# All other flags are optional via the `args:` directive.
&& sh -c "aws s3 sync ${SOURCE_DIR:-public} s3://${AWS_S3_BUCKET}/${DEST_DIR} \
--profile s3-sync-action \
--profile react-deploy-to-s3-action \
--no-progress \
${ENDPOINT_APPEND} $*"
SUCCESS=$?
Expand Down

0 comments on commit 6d9f393

Please sign in to comment.