Skip to content

Commit 05e3fae

Browse files
author
Xavier Agostini
authored
Xav/setup production reqs (#309)
* fix relative links * add prod reqs * remove delete command * remove delete command
1 parent 28b4b08 commit 05e3fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/hooks/post-command

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ assume-role "${role_arn}"
2626
if [[ ${BUILDKITE_LABEL} = ':hammer: Build Dependencies' ]] && [[ ${BRANCH} = 'master' || ${BRANCH} = 'staging' ]];
2727
then
2828
echo "--- Uploading to s3://${S3_BUCKET_NAME}/docs"
29-
aws s3 sync _site/ s3://${S3_BUCKET_NAME}/docs/ --delete
29+
aws s3 sync _site/ s3://${S3_BUCKET_NAME}/docs/
3030
fi
3131
echo "--- Build Complete"
3232
# vim: ft=sh

0 commit comments

Comments
 (0)