Skip to content

Commit

Permalink
heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 15, 2024
1 parent dabeded commit 2b5e30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp /code/home/assets/netbout/config.yml .
git add config.yml
git add Gemfile.lock
git add .gitignore
git commit -m 'config.yml for dokku'
git commit -m 'config.yml for heroku'
trap 'git reset HEAD~1 && rm config.yml && git checkout -- .gitignore' EXIT
git push dokku master -f
git push heroku master -f

0 comments on commit 2b5e30f

Please sign in to comment.