Skip to content

Commit

Permalink
restarting heroku prior to deploy (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenry-stripe authored Mar 16, 2022
1 parent bc12d54 commit 674e16d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ jobs:
steps:
- attach_project
- heroku/install
- run:
name: Heroku - restart dynos
command: |
heroku restart -a $HEROKU_APP_NAME
- run:
name: Heroku - set private key
command: |
Expand Down

0 comments on commit 674e16d

Please sign in to comment.