删除测试步骤
公网服务发布 / Docker-Build-Push (push) Successful in 28s
Details
公网服务发布 / Docker-Build-Push (push) Successful in 28s
Details
This commit is contained in:
parent
202037ec55
commit
3e19150a48
|
@ -2,14 +2,12 @@ name: 公网服务发布
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '25 18 * * *' # 每天晚上19:15执行
|
- cron: '32 18 * * *' # 每天晚上19:15执行
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Docker-Build-Push:
|
Docker-Build-Push:
|
||||||
runs-on: joylink-local233
|
runs-on: joylink-local233
|
||||||
steps:
|
steps:
|
||||||
- name: 测试定时执行任务
|
|
||||||
run: echo "测试定时执行任务"
|
|
||||||
- name: 发布到正式环境1
|
- name: 发布到正式环境1
|
||||||
uses: https://gitea.joylink.club/appleboy/ssh-action@v1.0.3
|
uses: https://gitea.joylink.club/appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue