Browse Source

ojiooioin

master
Johann 6 years ago
parent
commit
5a6c38fa0a
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -122,8 +122,6 @@ jobs:
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: | command: |
HEROKU_API_KEY=f33f34b0-9953-4d98-a6f1-18d7ed33cde5
HEROKU_APP_NAME=murmuring-eyrie-98234
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master
- run: - run:
name: Smoke Test name: Smoke Test

Loading…
Cancel
Save