Browse Source

✏️ Fix typo CI Heroku from Upper to lower case

main
Galimede 6 years ago
parent
commit
d3b202ab5c
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -51,7 +51,7 @@ jobs:
- run:
name: Deploy to heroku
command: |
git push https://HEROKU:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.herokuapp.com
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.herokuapp.com
- run:
name: Smoke test
command: |

Loading…
Cancel
Save