From fee46b4cae601872dbdbb1d6b3f4719c7fcbec18 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Wed, 2 Apr 2025 15:53:50 +0800 Subject: [PATCH] Update .trustie-pipeline.yml --- .trustie-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 2f19d65..c6020e6 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -28,4 +28,5 @@ steps: - docker rm -f nginx - echo ====开始部署======= - docker run -d -p 58080:80 -v /opt/test:/usr/share/nginx/html:ro --name nginx nginx - - echo ====部署成功====== \ No newline at end of file + - echo ====部署成功====== + \ No newline at end of file