diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 093854f..bf9bda0 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -42,7 +42,7 @@ jobs: needs: build-and-push environment: name: production - url: http://${{ vars.HOST }}:80 + url: http://${{ vars.HOST }}:8080 steps: - name: Deploy via SSH uses: https://gitee.com/zsqai/ssh-action@v1.0.3 @@ -72,7 +72,7 @@ jobs: docker run -d \ --name web-01-api \ --restart always \ - -p 80:3003 \ + -p 8080:3003 \ ${{ vars.ALIYUN_REGISTRY }}/${{ vars.ALIYUN_NAMESPACE }}/${{ vars.ALIYUN_REPO }}:latest # 清理旧镜像