Moved deploy script to subdirectory and excluded that from jekyll build
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2
scripts/deploy.sh
Normal file
2
scripts/deploy.sh
Normal file
@ -0,0 +1,2 @@
|
||||
rsync -r --delete-after --quiet $TRAVIS_BUILD_DIR/_site martens7@wolf.uberspace.de:tmp/$TRAVIS_BUILD_ID
|
||||
ssh martens7@wolf.uberspace.de rm -rf tmp/old.build && mkdir tmp/old.build && mv html/* tmp/old.build/ && mv tmp/$TRAVIS_BUILD_ID/* html/
|
||||
Reference in New Issue
Block a user