Browse Source

Refactor: config#

main
verzelea 6 years ago
parent
commit
5b5b5f2583
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -121,7 +121,7 @@ jobs:
- checkout
- run:
name: Heroku Deploy
command: git push https://heroku/$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main && heroku open
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main && heroku open
- run:
name: Smoke Test
command:
@ -146,6 +146,7 @@ workflows:
requires:
- build
- back-deploy-heroku:
context: heroku
requires:
- build
- lint
@ -164,6 +165,7 @@ workflows:
branches:
only: main
- server-doc-deploy:
context: heroku
requires:
- server-doc-build
filters:

Loading…
Cancel
Save