add subtree to deploy commands in circleci

This commit is contained in:
sorrelbri 2020-03-29 23:30:14 -07:00
parent 6a17b6b872
commit 46f82e658c

View file

@ -50,5 +50,5 @@ jobs:
- run: npm audit --audit-level=moderate
# DEPLOY
- 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 subtree push --prefix packages/server push 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