Skip to content

/add get feishu table (#5) #4

/add get feishu table (#5)

/add get feishu table (#5) #4

Workflow file for this run

name: Deploy Main
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to server
uses: appleboy/ssh-action@v0.1.8
with:
host: ${{ secrets.SSH_HOST }}
port: ${{ secrets.SSH_PORT }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
${{ secrets.SSH_MAIN_SCRIPT }}