Skip to content

Commit

Permalink
1217 heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 15, 2024
1 parent 30f6766 commit 4662cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ release:
script: |-
mv ../netrc ~/.netrc
bundle exec rake
git remote add dokku dokku@www.netbout.com:netbout
git remote add heroku https://git.heroku.com/netbout.git
rm -rf ~/.ssh
mkdir ~/.ssh
mv ../id_rsa ../id_rsa.pub ~/.ssh
Expand All @@ -33,7 +33,7 @@ release:
bundle exec rake config
git add config.yml
git commit -m 'config.yml'
git push -f dokku $(git symbolic-ref --short HEAD):master
git push -f heroku $(git symbolic-ref --short HEAD):master
git reset HEAD~1
rm -f target/pgsql-config.yml
bundle exec rake liquibase
Expand Down

0 comments on commit 4662cb9

Please sign in to comment.