Skip to content

Commit

Permalink
Start preparing for new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored Sep 26, 2024
1 parent 7b7d231 commit e4e7ad2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ on:
workflow_dispatch:

jobs:
build:
prepare_env:
runs-on: ubuntu-latest
name: Create new Hetzner Cloud instance for build
steps:
- uses: stonemaster/hetzner-github-runner@HEAD
with:
github-api-key: ${{ secrets.GH_API_KEY }}
hetzner-api-key: ${{ secrets.HETZNER_API_KEY }}
hetzner-instance-type: cx11

build:
runs-on: self-hosted
needs: prepare_env

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e4e7ad2

Please sign in to comment.