Skip to content

rag

rag #59

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
remote-ssh:
runs-on: ubuntu-latest
steps:
- name: deploy it
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: ${{ secrets.COMMAND }}