Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Jul 6, 2021
1 parent c0c6511 commit e3b18ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export WEBSERVER=es15.siteground.eu

echo "--- Deploying $PROJECT..."
buildkite-agent artifact download site.tar.gz . --build ${BUILDKITE_BUILD_ID}
rsync -avz _site/ $WEBSERVER:~/public_html/${PROJECT}
rsync -avz _site/ $WEBSERVER:~/www/${PROJECT}

0 comments on commit e3b18ca

Please sign in to comment.