diff --git a/.circleci/config.yml b/.circleci/config.yml index 630c303..e81334e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: - run: name: Deploy app #todo - command: echo todo && false + command: netlify deploy --push back-test-unit: docker: - image: circleci/node:dubnium-browsers @@ -103,7 +103,7 @@ jobs: - run: #todo name: Heroku Deploy - command: heroku open + command: git push https://heroku:82c54f90-3acc-4ec5-80d0-d4931333e21d@git.heroku.com/limitless-reaches-59900.git HEAD:master - run: name: Smoke Test command: ./test.sh