Skip to content

Deploy changes by reisenbest on prod #3

Deploy changes by reisenbest on prod

Deploy changes by reisenbest on prod #3

name: Deploy to VPS
run-name: Deploy changes by ${{ github.actor }} on prod
on:
push:
branches:
- master
- CI_CD
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: 94.154.11.47
username: root
password: 4xKFrr47v3Ilf6T3CP
port: 22
script: |
whoami
echo "Hello from GitHub Actions!"