feat: root password setup + ssh timeout fix
Deploy Staging / staging (push) Has been cancelled

This commit is contained in:
Sebastian Serfling
2026-05-08 14:50:21 +02:00
parent bda56f8563
commit 63145188f8
3 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ jobs:
-var="staging_ip=${{ secrets.STAGING_IP }}" \
-var="staging_gw=${{ secrets.STAGING_GW }}" \
-var="ssh_public_key=${{ secrets.DEPLOY_SSH_PUBKEY }}" \
-var="ssh_private_key=${{ secrets.DEPLOY_SSH_KEY }}"
-var="ssh_private_key=${{ secrets.DEPLOY_SSH_KEY }}" \
-var="root_password=${{ secrets.ROOT_PASSWORD }}"
env:
TF_IN_AUTOMATION: "true"