Skip to content

LpxsBr/connect-ssh-printunl

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

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘‹ Welcome to SSH + Printunl connection action - V1.1

This action allow and turn more easy connect and run scripts in server using SSH and Printunl VPN

βœ… Inputs

Name Required Description Has Default Value?
host βœ… Nome do usuΓ‘rio ❌
port ❌ port to server access βœ… (22)
username βœ… login to server access ❌
private_key βœ… private key to server access ❌
printunl_profile_file βœ… Base64 encoded Printunl File ❌
printunl_profile_pin βœ… Pin of Prinunl File ❌
script ❌ script that you want to works on the server ❌

πŸš€ Example

- name: Connect SSH with Pritunl
  uses: LpxsBr/connect-ssh-printunl@v1.1
  with:
    host                  : ${{ secrets.HOST                  }}
    username              : ${{ secrets.USERNAME              }}
    port                  : ${{ secrets.PORT                  }}
    private_key           : ${{ secrets.PRIVATE_KEY           }}
    printunl_profile_file : ${{ secrets.PRITUNL_PROFILE_FILE  }}
    printunl_profile_pin  : ${{ secrets.PRITUNL_PROFILE_PIN   }}
    script : |
        echo "Hello World!"
        cd project
        php artisan cache:clear

Internal Actions

This actions internally use:

About

Tool to server connection with Printunl VPN

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors