feedless/app/deploy.sh

3 lines
140 B
Bash
Raw Normal View History

2020-04-13 12:07:10 +02:00
git remote rm heroku || 1
git remote add heroku https://git.heroku.com/mighty-wildwood-12743.git
git subtree push --prefix app heroku master