Releases: sebastianjnuwu/ssh-action-deploy
Releases · sebastianjnuwu/ssh-action-deploy
v4 - SSH ACTION DEPLOY
ssh-action-deploy (New version v3)
🐥 ssh-action-deploy
"Deploy to your machine via ssh in a quick and easy way with complete security, read and use this github action"
# Please read the next section below before using for your own safety "variables".
name: 🐥 ssh-action-deploy
on:
push:
branches: [ "action" ]
pull_request:
branches: [ "action" ]
jobs:
build:
name: 🕳️ Ubuntu...
runs-on: ubuntu-latest
steps:
- name: 💞 Github actions...
uses: actions/checkout@v3
- name: 🌈 Deploy with ssh...
uses: sebastianjnuwu/ssh-action-deploy@v1
with:
IP: ${{ secrets.IP }}
USER: ${{ secrets.USER }}
KEY: ${{ secrets.KEY }}
FOLDER: '/root/.deploy'
RUN: 'ls -a; pwd'
Full Changelog: https://github.com/sebastianjnuwu/ssh-action-deploy/commits/v3
Version v2 - Action update
What's Changed
The "RUN" method for executing commands via ssh is now optional in this update, please read the usage instructions so you don't make a mistake UwU
New Contributors
- @sebastianjnuwu made their first contribution in #1
Full Changelog: https://github.com/sebastianjnuwu/ssh-action-deploy/commits/v2
ssh-action-deploy (v1)
🐥 ssh-action-deploy
"Deploy to your machine via ssh in a quick and easy way with complete security, read and use this github action"
# Please read the next section below before using for your own safety "variables".
name: 🐥 ssh-action-deploy
on:
push:
branches: [ "action" ]
pull_request:
branches: [ "action" ]
jobs:
build:
name: 🕳️ Ubuntu...
runs-on: ubuntu-latest
steps:
- name: 💞 Github actions...
uses: actions/checkout@v3
- name: 🌈 Deploy with ssh...
uses: sebastianjnuwu/ssh-action-deploy@v1
with:
IP: ${{ secrets.IP }}
USER: ${{ secrets.USER }}
KEY: ${{ secrets.KEY }}
FOLDER: 'root/.deploy'
RUN: 'ls -a; pwd'
ssh-action-deploy
ssh-action-deploy is a github action to automate the deployment of your application.
- Deploy directly to your vps
- Run commands on your vps
- start testing
To know more see: ssh-action-deploy