1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 21:10:05 +00:00

fix(ci): new vpn config

This commit is contained in:
2025-02-26 16:28:48 +01:00
parent 3e9f38529f
commit 61c4d21467
2 changed files with 6 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ jobs:
sudo apt install openvpn3
- name: Start Open VPN 3
run: sudo nohup openvpn3 session-start --config .github/vpn/config.ovpn &
run: openvpn3 session-start --config .github/vpn/config.ovpn
- name: install pm2
run: npm i -g pm2