This commit is contained in:
mocheng 2025-08-16 18:03:21 +08:00
parent 97dc93f3aa
commit b0c29a6dd4

View File

@ -5,11 +5,11 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-22.04
runs-on: ubuntu
steps:
- name: Checkout code
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
uses: http://git.missmoc.top/mocheng/checkout@v4 # 使用 Gitea 镜像
with:
fetch-depth: 1 # 只拉取最新一次提交
@ -26,10 +26,10 @@ jobs:
- name: copy file via ssh password
uses: appleboy/scp-action@v0.1.7
with:
host: 192.168.1.3
username: root
password: by@2025!
port: 22
host: 127.0.0.1
username: { { SERVER_NAME } }
password: {{ SERVER_PWD}}
port: 11001
source: "./apps/web-antd/dist"
target: "/project/wl/web/dist"