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