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.
1 parent bbf0048 commit 78217a4Copy full SHA for 78217a4
.github/workflows/deploy_screenshot.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
deploy-to-dev:
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
9
env:
10
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
11
HEROKU_APP: metaculus-screenshot
@@ -15,5 +15,6 @@ jobs:
15
uses: actions/checkout@v4
16
- name: Build and deploy to Heroku
17
run: |
18
+ curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
19
heroku container:login # uses the HEROKU_API_KEY
20
cd screenshot && ./deploy_to_heroku.sh
0 commit comments