Browse Source

Updated release website scripts. Part 2.

Thanks to xet7 !
Lauri Ojansivu 4 years ago
parent
commit
91dae9795e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      releases/release-website.sh

+ 3 - 3
releases/release-website.sh

@@ -42,6 +42,6 @@ mv wekan.html index.html
 cd ~/repos/w/wekan.github.io
 cd ~/repos/w/wekan.github.io
 
 
 # 11) Commit all changes to git and push website changes live
 # 11) Commit all changes to git and push website changes live
-#git add --all
-#git commit -m "v$2"
-#git push
+git add --all
+git commit -m "v$2"
+git push