Skip to content

Commit

Permalink
🐎 ci: 更换
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghui-su committed Jun 18, 2024
1 parent f20dd73 commit 2c21101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
# 获取源码
- name: 迁出代码
# 使用action库 actions/checkout获取源码
uses: actions/checkout@v2
uses: actions/checkout@master

# 安装Node10
- name: 安装node.js
# 使用action库 actions/setup-node安装node
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: 18.20.2

Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
# 用户
REMOTE_USER: "root"
# 目标地址
TARGET: "/root/"
TARGET: "/www/wwwroot"

0 comments on commit 2c21101

Please sign in to comment.