Skip to content

Commit

Permalink
support entire lineup of Pine64
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Aug 26, 2018
1 parent 3447b66 commit fc73981
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nems-push.sh
Expand Up @@ -7,37 +7,49 @@ echo ""
read -s -p "Github Password: " password

cd /root/nems/nems-admin
echo ""
pwd
git add *
git commit -am "$comment"
#git push origin master
git push "https://Cat5TV:$password@github.com/Cat5TV/nems-admin.git"

cd /usr/local/share/nems/nems-scripts/
echo ""
pwd
git add *
git commit -am "$comment"
#git push origin master
git push "https://Cat5TV:$password@github.com/Cat5TV/nems-scripts.git"

cd /var/www/html/
echo ""
pwd
git add *
git commit -am "$comment"
#git push origin master
git push "https://Cat5TV:$password@github.com/Cat5TV/nems-www.git"

cd /root/nems/nems-migrator/
echo ""
pwd
git add *
git commit -am "$comment"
#git push origin master
git push "https://Cat5TV:$password@github.com/Cat5TV/nems-migrator.git"

cd /var/www/nconf/
echo ""
pwd
git add *
git commit -am "$comment"
#git push origin develop
git push "https://Cat5TV:$password@github.com/Cat5TV/nconf.git"

if [[ -d /root/nems/nems-tools ]]; then
cd /root/nems/nems-tools
echo ""
pwd
git add *
git commit -am "$comment"
#git push origin master
Expand Down

0 comments on commit fc73981

Please sign in to comment.