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: multiple command
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
whoami
ls -al