Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kshehadeh authored May 14, 2020
1 parent c92ae3a commit 2203717
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 @@ -96,7 +96,7 @@ function build_site {
# chain somewhere (e.g. a credentials file)
function publish_to_s3 {
start_block "Publishing $SOURCE to S3 bucket named ${S3_BUCKET_NAME}/${S3_BUCKET_PATH}/"
aws s3 cp $SOURCE "s3://${S3_BUCKET_NAME}/${S3_BUCKET_PATH}/" --recursive > || end_block_failed "S3 Push failed. Exiting..."
aws s3 cp $SOURCE "s3://${S3_BUCKET_NAME}/${S3_BUCKET_PATH}/" --recursive || end_block_failed "S3 Push failed. Exiting..."
end_block_success "Published to s3"
}

Expand Down

0 comments on commit 2203717

Please sign in to comment.