Skip to content

Releases: sebastianjnuwu/ssh-action-deploy

ssh-action-deploy (New version v3)

09 Sep 17:18
Compare
Choose a tag to compare

🐥 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

02 Aug 16:07
6d34e16
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/sebastianjnuwu/ssh-action-deploy/commits/v2

ssh-action-deploy (v1)

07 Feb 21:34
Compare
Choose a tag to compare

🐥 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

30 Jan 23:27
65066b3
Compare
Choose a tag to compare
Pre-release

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