重新使用密码方式远程部署
All checks were successful
Build and Deploy Spring Boot / build-and-deploy (push) Successful in 30s

This commit is contained in:
hxuanyu 2024-11-04 16:57:00 +08:00
parent fa5166e7fc
commit 3c5a3b4c27

View File

@ -36,7 +36,7 @@ jobs:
- name: Build with Maven - name: Build with Maven
run: mvn clean package -DskipTests run: mvn clean package -DskipTests
# 将JAR包传输到服务器部署 # 将JAR包传输到服务器部署
- name: Deploy to Server - name: Deploy to Server
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
with: with: