Switched deploy script to new domain

master
Jef Roosens 2020-11-27 15:54:28 +01:00
parent 894dcea904
commit 3c3a28207f
1 changed files with 2 additions and 2 deletions

4
deploy
View File

@ -7,10 +7,10 @@ hugo
tar -czf public.tar.gz public
# Copy tarball to server
scp -P 2222 public.tar.gz jjr@ruby.roosens.me:/srv/nginx/sites/
scp -P 2222 public.tar.gz jjr@roosens.me:/srv/nginx/sites/
# Unpack the tarball
ssh -p 2222 jjr@ruby.roosens.me bash << EOF
ssh -p 2222 jjr@roosens.me bash << EOF
cd /srv/nginx/sites/ && tar -xf public.tar.gz && \\
rm -rf blog && \\
mv public blog && \\