Skip to content

Commit 2264283

Browse files
committed
automount
1 parent b00fa18 commit 2264283

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

action.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ while [[ $RETRY_COUNT -lt $MAX_RETRIES ]]; do
433433
sleep "$WAIT_SEC"
434434
done
435435

436+
# Temp: Show servers.json
437+
jq < servers.json
438+
436439
# Get the Hetzner Server ID from the JSON response (assuming valid JSON)
437440
MY_HETZNER_SERVER_ID=$(jq -er '.server.id' < "servers.json")
438441

create-server.template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"start_after_create": true,
1919
"ssh_keys": [],
2020
"volumes": [],
21+
"automount": true,
2122
"user_data": $cloud_init_yml,
2223
}

0 commit comments

Comments
 (0)