fix: Update file location
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 1m36s

This commit is contained in:
Peter 2025-11-28 21:19:36 +01:00
parent 5cb946a1b2
commit b77a24f50c
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -29,7 +29,7 @@ jobs:
echo "Installing Wireguard ✅"
echo "Configuring Wireguard..."
echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf
chmod 600 wg0.conf
chmod 600 /tmp/wg0.conf
echo "Configuring Wireguard ✅"
echo "Starting Wireguard..."
wg-quick up /tmp/wg0.conf