Skip to content

Commit

Permalink
CI: use debian 12 instead of ubuntu, tired of trying to guess the cor…
Browse files Browse the repository at this point in the history
…rect image
  • Loading branch information
missytake committed Jul 23, 2024
1 parent 9153387 commit 8adb161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy-ipv4only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
curl -X POST \
-H "Authorization: Bearer ${{ secrets.HETZNER_API_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"image":"ubuntu24"}' \
-d '{"image":"debian-12"}' \
"https://api.hetzner.cloud/v1/servers/${{ secrets.STAGING_SERVER_ID }}/actions/rebuild"
- run: scripts/initenv.sh
Expand Down

0 comments on commit 8adb161

Please sign in to comment.