MTLantoine 6 years ago
parent
commit
06e6a91b32
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -121,7 +121,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: echo todo
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master
- run: - run:
name: Smoke Test name: Smoke Test
command: | command: |

Loading…
Cancel
Save