Offline-CB/Aero WebSockets/pushToHeroku.bat

9 lines
253 B
Batchfile

git add .
git commit -m %*
git remote set-url heroku https://github.com/Aero-Client/WebSockets-v2.git
git push heroku
git add .
git commit -m %*
git remote set-url heroku https://git.heroku.com/enigmatic-cove-82920.git
git push heroku
heroku logs --tail