Browse Source

👷 change to main

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

2
.circleci/config.yml

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

Loading…
Cancel
Save