diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,5 +59,5 @@ tput sgr0 git checkout controller -#git push --follow-tags origin controller -#git push origin gh-pages +git push --follow-tags origin controller +git push origin gh-pages |