Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-lew committed Jan 14, 2025
1 parent ff8abda commit f3089e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:

- name: Connect to GlobalProtect VPN
run: |
gpclient connect vpngate.ntu.edu.sg
gpclient help
gpclient connect --portal vpngate.ntu.edu.sg
# run: |
# echo "${{ secrets.VPN_PASSWORD }}" | sudo globalprotect connect --portal=your.school.vpn.portal --username="${{ secrets.VPN_USERNAME }}" --password="${{ secrets.VPN_PASSWORD }}" &
Expand Down

0 comments on commit f3089e6

Please sign in to comment.