Skip to content

Update ssh command

Update ssh command #3

Workflow file for this run

name: executing remote ssh commands using password
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: "37.128.204.193"
username: "root"
password: ${{ secrets.SRV_PWD }}
script: ./workflow.sh