specify download path #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Deployment2 | |
on: | |
push: | |
branches: | |
- feat/cd | |
jobs: | |
deploy: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Install GlobalProtect dependencies | |
run: | | |
sudo dpkg -i ./.github/workflows/GlobalProtect_focal_deb-6.2.1.1-276.deb | |
globalprotect connect -p vpngate.ntu.edu.sg |