|
|
@ -104,12 +104,14 @@ jobs: |
|
|
|
|
|
|
|
|
deploy-heroku: |
|
|
deploy-heroku: |
|
|
<<: *shared-config |
|
|
<<: *shared-config |
|
|
steps: |
|
|
|
|
|
- setup_dependencies |
|
|
|
|
|
-docker: |
|
|
|
|
|
|
|
|
docker: |
|
|
- image: buildpack-deps:trusty |
|
|
- image: buildpack-deps:trusty |
|
|
|
|
|
auth: |
|
|
|
|
|
username: *dockerhub-user-id |
|
|
|
|
|
password: *dockerhub-password |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
|
|
|
- setup_dependencies |
|
|
- 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 HEAD:main |
|
|
|