Skip to content

Commit f13b388

Browse files
authored
chore/fix: it's cx22 lowercase, use for runner too (#909)
1 parent 6be60e1 commit f13b388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hcloud-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
github-token: ${{ secrets.GH_TOKEN_HETZNER_RUNNER }}
2121
hetzner-token: ${{ secrets.HCLOUD_TOKEN }}
2222
server-location: hel1
23-
server-type: cx32
23+
server-type: cx22
2424

2525
start:
2626
permissions:
@@ -57,7 +57,7 @@ jobs:
5757
CLOUD_DISK_PASSWORD: ${{ secrets.CLOUD_DISK_PASSWORD }}
5858
HCLOUD_DEV_SSH_HOSTKEY: ${{ secrets.HCLOUD_DEV_SSH_HOSTKEY }}
5959
HCLOUD_DEV_SSH_INITRD_KEY: ${{ secrets.HCLOUD_DEV_SSH_INITRD_KEY }}
60-
TF_VAR_server_type: CX22
60+
TF_VAR_server_type: cx22
6161
run: |
6262
nix shell nixpkgs#jq nixpkgs#bashInteractive --command bash <<NIXSH
6363
TF_VAR_kexec_tarball="$(nix build .#kexec-installer-nixos-unstable-noninteractive --print-out-paths --no-link)/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz"

0 commit comments

Comments
 (0)