This action that helps you deploy applications to your VPS. Without exposing your git credentials or SSH keys
Required The public IP Address of your VPS.
Required The path to your deployment directory. Defaults to /var/www/
Required The path to your SSH key.
The time the deployment was completed
- name: Deployer Action
uses: opensource254/deployer-action
with:
ip-address: <your-ipv4-ip>
username: <your-username>
deployment-path: /var/www/your-domain.com
SSH-key: ${{ secrets.SSH_KEY }}