printunl_server_access
ActionsTags
(2)This action allow and turn more easy connect and run scripts in server using SSH and Printunl VPN
| 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 | ❌ |
- 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
This actions internally use:
printunl_server_access is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.