actions-marketplace-validations/TimDaub/hetzner-cloud-deploy-server-action

Deploy a Hetzner Cloud Server from a GitHub Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 19, 2024
License
GPL 3.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/timdaub_hetzner-cloud-deploy-server-action@aa52a29020381f574438dd53ec224e906e964c65 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
server-nameThe name your server should be initiated with.nogh-actions-ci-server
server-imageThe Operating System image your server should be initiated with.yes
server-typeThe Hetzner server type you want your server to be.yes
server-locationThe location your server should be initiated in.no1
ssh-key-nameThe ssh key, you want your server to be provisioned with.yes
hcloud-tokenYour Hetzner Cloud API token.yes
delete-serverRegulates whether a server should be deleted after the action.notrue
startup-timeoutGives the server some time (in Milliseconds) to boot up before ending the action.no40000
floating-ip-idAllows to assign a floating IP to the server after deploymentno
floating-ip-assignment-timeoutGives Hetzner some time (in Ms) to assign an IP to a server.no60000

no outputs