Skip to content

Commit

Permalink
Update continuous-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Szotkowski committed Apr 30, 2024
1 parent 1f34c03 commit 4bca71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Connect to OpenVPN
run: |
sudo nohup openvpn --config ~/openvpn-config.ovpn --auth-nocache --askpass ~/openvpn.txt &
sudo nohup openvpn --config ~/openvpn-config.ovpn --auth-nocache --askpass ~/openvpn.txt > /dev/null 2>&1 &
- name: Wait for VPN Connection
run: |
Expand Down

0 comments on commit 4bca71c

Please sign in to comment.