Skip to content

Workflow file for this run

name: Pull changes and deploy API
on: [push]
jobs:
build:
name: Pull changes and deploy API
runs-on: self-hosted
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami