GitHub Action
Deploy Algo Wiregaurd VPN Github Action
v0.1
Pre-release
This action installs Algo Wiregard VPN on the target server specified. It assumes an Ubuntu server.
Required Private ssh key. The public key must be present in ~/.ssh/authorized_keys on the target server.
Required Public IP address of the target server
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: chrisjsimpson/deploy-wireguard-algo-vpn-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
public-ip: ${{ secrets.PUBLIC_IP }}