@ -104,12 +104,14 @@ jobs:
deploy-heroku:
<<: *shared-config
steps:
- setup_dependencies
-docker:
docker:
- image: buildpack-deps:trusty
auth:
username: *dockerhub-user-id
password: *dockerhub-password
- checkout
- run:
name: Heroku Deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main