spokequenouille 6 years ago
parent
commit
9fa8d95387
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -54,7 +54,6 @@ jobs:
at: /tmp at: /tmp
- run: - run:
name: Deploy app name: Deploy app
#todo
command: netlify deploy --push command: netlify deploy --push
back-test-unit: back-test-unit:
docker: docker:
@ -101,7 +100,6 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
#todo
name: Heroku Deploy name: Heroku Deploy
command: git push https://heroku:82c54f90-3acc-4ec5-80d0-d4931333e21d@git.heroku.com/limitless-reaches-59900.git HEAD:master command: git push https://heroku:82c54f90-3acc-4ec5-80d0-d4931333e21d@git.heroku.com/limitless-reaches-59900.git HEAD:master
- run: - run:

Loading…
Cancel
Save