Skip to content

Commit

Permalink
fix: typo on sh command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Nov 12, 2020
1 parent d8ec8e9 commit 7cbc8a3
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 @@ -44,7 +44,7 @@ EOF
# - Sync using our dedicated profile and suppress verbose messages.
# All other flags are optional via the `args:` directive.
sh -c "yarn" \
&& -c "${NODE_ENV_PREPEND} yarn build" \
&& sh -c "${NODE_ENV_PREPEND} yarn build" \
&& sh -c "aws s3 sync ${SOURCE_DIR:-public} s3://${AWS_S3_BUCKET}/${DEST_DIR} \
--profile react-deploy-to-s3-action \
--no-progress \
Expand Down

0 comments on commit 7cbc8a3

Please sign in to comment.