Deploy to public/ folder
This commit is contained in:
parent
dc3147deb6
commit
ab627a7211
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then
|
|||
bundle exec nanoc --env=prod deploy public
|
||||
fi
|
||||
else
|
||||
rsync -e 'ssh -p 2222' -aglpPrtvz --delete output/ "zeuspr@herbert.ugent.be:/home/zeuspr/$TRAVIS_PULL_REQUEST/"
|
||||
rsync -e 'ssh -p 2222' -aglpPrtvz --delete output/ "zeuspr@herbert.ugent.be:/home/zeuspr/public/$TRAVIS_PULL_REQUEST/"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue