diff --git a/.build.yml b/.build.yml index 0426749..1d7f048 100644 --- a/.build.yml +++ b/.build.yml @@ -16,7 +16,7 @@ tasks: # only deploy when on master branch if [ "$(git rev-parse master)" == "$(git rev-parse HEAD)" ]; then sshopts="ssh -p 221 -o StrictHostKeyChecking=no" - openrsync --rsh="$sshopts" --delete -r public $deploy + openrsync --rsh="$sshopts" --delete -r public/ $deploy else echo "Skipping: not on master branch" complete-build;