diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ # Old deploy to gitlab pages # git subtree push --prefix html origin gh-pages -rsync -avz --delete html/ game.fryzekconcepts.com:/var/www/blog/ +rsync -avz --delete html/ hazereal:/var/www/blog/ |