Browse Source

👷 fix branch

dependabot/pip/requirements/sqlalchemy-1.3.0
lamya-rey 5 years ago
parent
commit
8cc76332e7
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -68,11 +68,9 @@ jobs:
- image : buildpack-deps:trusty
steps:
- checkout
staging:
- branch: main
- run:
name: Heroku deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git origin/main
- run:
name: Smoke test
command: |

Loading…
Cancel
Save