Skip to content

Update 安装调试.mdx #6

Update 安装调试.mdx

Update 安装调试.mdx #6

Workflow file for this run

name: Online
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Sync
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_228 }}
username: ubuntu
key: ${{ secrets.SSH_KEY_228 }}
port: 22
command_timeout: 20m
script: |
cd /app/website/website-doc-zh-CN
sudo git pull