fix deploy bug in circleci
This commit is contained in:
parent
46f82e658c
commit
69c59683e4
1 changed files with 2 additions and 2 deletions
|
@ -50,5 +50,5 @@ jobs:
|
||||||
- run: npm audit --audit-level=moderate
|
- run: npm audit --audit-level=moderate
|
||||||
|
|
||||||
# DEPLOY
|
# DEPLOY
|
||||||
- run: git subtree push --prefix packages/server push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_API.git master
|
- run: git subtree push --prefix packages/server https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_API.git master
|
||||||
- run: git subtree push --prefix packages/play-node-go push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_PLAY.git master
|
- run: git subtree push --prefix packages/play-node-go https://heroku:$HEROKU_API_KEY@git.heroku.com/$HK_PLAY.git master
|
Loading…
Reference in a new issue