Added step to deploy script that removes temporary directory

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-25 21:21:57 +01:00
parent 29ebf967f5
commit 6a9378673e

View File

@ -4,3 +4,4 @@ ssh martens7@wolf.uberspace.de rm -rf tmp/old.build
ssh martens7@wolf.uberspace.de mkdir tmp/old.build
ssh martens7@wolf.uberspace.de mv html/* tmp/old.build/
ssh martens7@wolf.uberspace.de mv tmp/$TRAVIS_BUILD_ID/* html/
ssh martens7@wolf.uberspace.de rm -rf tmp/$TRAVIS_BUILD_ID