chore: Add tofu workflows #1
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