Merge remote changes from master
Some checks are pending
Deploy Incremental Updates to NEUxiaozhan / deploy (push) Waiting to run
Some checks are pending
Deploy Incremental Updates to NEUxiaozhan / deploy (push) Waiting to run
Merge branch 'master' of git.xn--xhq44jb2fzpc.com:ember/front
This commit is contained in:
commit
e1a11e3c28
17
.gitea/workflows/buildsite.yaml
Normal file
17
.gitea/workflows/buildsite.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
name: Deploy Incremental Updates to NEUxiaozhan
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master # 触发分支,可以根据需要修改
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: NEUxiaozhan
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Sync Files to Web Root
|
||||
run: rsync -avz --delete ./ $WEB_ROOT
|
||||
env:
|
||||
WEB_ROOT: /www/wwwroot/front/public
|
Loading…
x
Reference in New Issue
Block a user