We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be60e1 commit f13b388Copy full SHA for f13b388
.github/workflows/hcloud-dev.yaml
@@ -20,7 +20,7 @@ jobs:
20
github-token: ${{ secrets.GH_TOKEN_HETZNER_RUNNER }}
21
hetzner-token: ${{ secrets.HCLOUD_TOKEN }}
22
server-location: hel1
23
- server-type: cx32
+ server-type: cx22
24
25
start:
26
permissions:
@@ -57,7 +57,7 @@ jobs:
57
CLOUD_DISK_PASSWORD: ${{ secrets.CLOUD_DISK_PASSWORD }}
58
HCLOUD_DEV_SSH_HOSTKEY: ${{ secrets.HCLOUD_DEV_SSH_HOSTKEY }}
59
HCLOUD_DEV_SSH_INITRD_KEY: ${{ secrets.HCLOUD_DEV_SSH_INITRD_KEY }}
60
- TF_VAR_server_type: CX22
+ TF_VAR_server_type: cx22
61
run: |
62
nix shell nixpkgs#jq nixpkgs#bashInteractive --command bash <<NIXSH
63
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