Skip to content

Commit

Permalink
chore: update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
shellingfordly committed Nov 13, 2024
1 parent 86c4467 commit 6c5263c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: server build
name: Deploy to server
# 触发workflow的条件
on:
push:
Expand All @@ -14,6 +14,7 @@ on:
# jobs表示执行的一项或多项任务
jobs:
deploy: # 任务的job_id,具体名称自定义,这里build代表打包
if: false
runs-on: ubuntu-latest # runs-on字段指定运行所需要的虚拟机环境。注意:这个是必填字段
steps:
# 切换分支
Expand Down

0 comments on commit 6c5263c

Please sign in to comment.