删除测试步骤
公网服务发布 / Docker-Build-Push (push) Successful in 28s Details

This commit is contained in:
soul-walker 2024-03-25 18:28:52 +08:00
parent 202037ec55
commit 3e19150a48
1 changed files with 1 additions and 3 deletions

View File

@ -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: