Skip to content

chrisjsimpson/algo-vpn-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Algo Wireguard VPN Github Action

This action installs Algo Wiregard VPN on the target server specified. It assumes an Ubuntu server.

Inputs

ssh-private-key

Required Private ssh key. The public key must be present in ~/.ssh/authorized_keys on the target server.

public-ip

Required Public IP address of the target server

Example usage

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 }}

About

Deploy Wireguard VPN Github Action using Algo

Resources

Stars

Watchers

Forks

Packages

No packages published