Browse Source

config.yml fix

dependabot/pip/requirements/sqlalchemy-1.3.0
hallouma875 6 years ago
parent
commit
b1c2223e7e
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -121,11 +121,9 @@ jobs:
- image: buildpack-deps:trusty
steps:
- checkout
- run:
name: Heroku Deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
command: git push https://heroku:e4880f8f-0595-42ce-9a50-144e6281e731@git.heroku.com/projectdevopsfinal.git main
docker-build-and-push:
working_directory: /dockerapp
docker:

Loading…
Cancel
Save