diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b93823..77afa28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,4 +48,12 @@ jobs: # ! temporary fix for deprecated package: minimist - run: npm audit --audit-level=moderate - - run: npm run deploy \ No newline at end of file + + deploy: + 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_PLAY.git master \ No newline at end of file