Browse Source

👷 change mode branch

main
lamya-rey 5 years ago
parent
commit
5cc84897d3
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -102,7 +102,7 @@ jobs:
- checkout
- run:
name: Heroku Deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git origin/main
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main
- run:
name: Smoke test
command: |

Loading…
Cancel
Save