Skip to content

Commit

Permalink
cliff richard
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Dec 29, 2024
1 parent a844c49 commit c54944f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ jobs:
EOF
heroku container:login
- name: Push web container to Heroku
- name: Push containers to Heroku
run: |
heroku container:push web \
--app staging-partner-tools \
--arg BUNDLE_GEM__FURY__IO=${{ secrets.BUNDLE_GEM__FURY__IO }},BUNDLE_GITHUB__COM=${{ secrets.BUNDLE_GITHUB__COM }},BUNDLE_GEMS__RAILSLTS__COM=${{ secrets.BUNDLE_GEMS__RAILSLTS__COM }}
- name: Push worker container to heroku
run: |
heroku container:push worker \
heroku container:push web worker --recursive \
--app staging-partner-tools \
--arg BUNDLE_GEM__FURY__IO=${{ secrets.BUNDLE_GEM__FURY__IO }},BUNDLE_GITHUB__COM=${{ secrets.BUNDLE_GITHUB__COM }},BUNDLE_GEMS__RAILSLTS__COM=${{ secrets.BUNDLE_GEMS__RAILSLTS__COM }}
- name: Release containers to Heroku
Expand Down

0 comments on commit c54944f

Please sign in to comment.