collapse steps in circleci
This commit is contained in:
parent
eb7adf37e1
commit
6a17b6b872
1 changed files with 2 additions and 9 deletions
|
@ -49,13 +49,6 @@ jobs:
|
||||||
# ! temporary fix for deprecated package: minimist
|
# ! temporary fix for deprecated package: minimist
|
||||||
- run: npm audit --audit-level=moderate
|
- run: npm audit --audit-level=moderate
|
||||||
|
|
||||||
deploy:
|
# DEPLOY
|
||||||
machine:
|
|
||||||
enabled: true
|
|
||||||
requires:
|
|
||||||
- build
|
|
||||||
working_directory: ~/node-go
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- run: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_API.git master
|
- run: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_API.git master
|
||||||
- run: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_PLAY.git master
|
- run: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_PLAY.git master
|
Loading…
Reference in a new issue