Skip to content

Commit

Permalink
fix heroku deploy command (trainindata#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherGS authored Jun 20, 2021
1 parent 63cdc18 commit ae92f2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run:
name: Deploy to Heroku
command: |
git subtree push --prefix section-07-ci-and-publishing https://heroku:[email protected]/$HEROKU_APP_NAME.git master
git subtree push --prefix section-07-ci-and-publishing/house-prices-api https://heroku:[email protected]/$HEROKU_APP_NAME.git master
section_07_test_and_upload_regression_model:
<<: *defaults
Expand Down Expand Up @@ -276,6 +276,10 @@ workflows:
- section_07_deploy_app_to_heroku:
requires:
- section_07_test_app
filters:
branches:
only:
- master
# upload after git tags are created
- section_07_test_and_upload_regression_model:
<<: *tags_only
Expand Down

0 comments on commit ae92f2f

Please sign in to comment.