Browse Source

❤️ fix heroku deploy

main
Pierre 5 years ago
parent
commit
d63c70b4ad
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -91,7 +91,7 @@ jobs: # A basic unit of work in a run
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
command: git push --force https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
docker_build_push: docker_build_push:
working_directory: /dockerapp working_directory: /dockerapp

Loading…
Cancel
Save