fix: Update file location
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 1m36s
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 1m36s
This commit is contained in:
parent
5cb946a1b2
commit
b77a24f50c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
echo "Installing Wireguard ✅"
|
echo "Installing Wireguard ✅"
|
||||||
echo "Configuring Wireguard..."
|
echo "Configuring Wireguard..."
|
||||||
echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf
|
echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf
|
||||||
chmod 600 wg0.conf
|
chmod 600 /tmp/wg0.conf
|
||||||
echo "Configuring Wireguard ✅"
|
echo "Configuring Wireguard ✅"
|
||||||
echo "Starting Wireguard..."
|
echo "Starting Wireguard..."
|
||||||
wg-quick up /tmp/wg0.conf
|
wg-quick up /tmp/wg0.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue