init22
This commit is contained in:
parent
e9618f261d
commit
34cc355291
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: run-app
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: host
|
||||||
|
steps:
|
||||||
|
- name: 步骤说明
|
||||||
|
run: echo "Hello World"
|
||||||
|
run: cp -r dist /data/wwwroot/weizhuozhongzhi-ai
|
||||||
Loading…
Reference in New Issue