Skip to content

Commit

Permalink
heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 27, 2024
1 parent 47f4a9c commit b389aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ cp /code/home/assets/sttc/settings.xml .
git add settings.xml
git commit -m 'settings for dokku'
trap 'git reset HEAD~1 && rm settings.xml' EXIT
git push dokku master -f
git push heroku master -f

0 comments on commit b389aa3

Please sign in to comment.