We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6bea2d + ac2c582 commit bce69cbCopy full SHA for bce69cb
.github/workflows/build.yml
@@ -18,6 +18,9 @@ jobs:
18
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
19
- name: Run tests
20
run: bundle exec rake
21
+ - name: Install Heroku CLI
22
+ run: |
23
+ curl https://cli-assets.heroku.com/install.sh | sh
24
- name: Deploy to Heroku
25
uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28 # v3.14.15
26
with:
0 commit comments