Skip to content

Commit 78217a4

Browse files
authored
Fixed Screenshots Service heroku github action (#3579)
* Fixed Screenshots Service heroku github action * Small fix
1 parent bbf0048 commit 78217a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_screenshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
deploy-to-dev:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
env:
1010
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
1111
HEROKU_APP: metaculus-screenshot
@@ -15,5 +15,6 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Build and deploy to Heroku
1717
run: |
18+
curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
1819
heroku container:login # uses the HEROKU_API_KEY
1920
cd screenshot && ./deploy_to_heroku.sh

0 commit comments

Comments
 (0)