Browse Source

typo in heroku url of the doc deploy ffs

main
Francois Lannoy 6 years ago
parent
commit
cb19fdb441
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -54,7 +54,7 @@ jobs:
at: /tmp at: /tmp
- run: - run:
name: Deploy app name: Deploy app
command: git push https://heroku/$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
back-test-unit: back-test-unit:
docker: docker:
- image: circleci/node:dubnium-browsers - image: circleci/node:dubnium-browsers

Loading…
Cancel
Save