Browse Source

typo in heroku url

main
Francois Lannoy 6 years ago
parent
commit
d5601e2c5f
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -121,7 +121,8 @@ jobs:
- checkout
- run:
name: Heroku Deploy
command: git push https://heroku/a23fc7f2-9b0e-4353-b5b2-2be01d2978fd@git.heroku.com/fast-hollows-96925.git main
command: |
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
- run:
name: Smoke Test
command: |

Loading…
Cancel
Save