Skip to content

Commit

Permalink
Collapse these
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Dec 28, 2024
1 parent 7580cb7 commit bfbc69e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
run: |
heroku container:push --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 }}
--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 container to Heroku
run: 'heroku container:release web worker --app staging-partner-tools'

0 comments on commit bfbc69e

Please sign in to comment.