更新 .gitea/workflows/build-dev.yaml

This commit is contained in:
2025-11-25 10:05:31 +00:00
parent 4bb67779d6
commit 11ece8872d

View File

@@ -74,13 +74,10 @@ jobs:
password: ${{ secrets.DEV_SERVER_PASSWORD }}
port: 22
script: |
# 切换到项目目录
cd /home/paipai/data/rn-h5
# 拉取最新镜像
docker pull code.paipai.life/frontend/rn-h5:latest
# 使用 docker-compose 部署
docker compose -f docker-compose-dev.yaml down
docker compose -f docker-compose-dev.yaml up -d