From 3b7c4cce58a808cb593dd6824ffdeef1902a7eec Mon Sep 17 00:00:00 2001 From: a411763600 <411763600@qq.com> Date: Wed, 2 Apr 2025 15:43:41 +0800 Subject: [PATCH] Update .trustie-pipeline.yml --- .trustie-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 937e4f6..2f19d65 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -24,6 +24,7 @@ steps: - echo ====暂停容器开始11======= - rm -fr /opt/test - git clone https://bdgit.educoder.net/jasder/simulation_temp.git /opt/test + - chmod 777 /opt/test - docker rm -f nginx - echo ====开始部署======= - docker run -d -p 58080:80 -v /opt/test:/usr/share/nginx/html:ro --name nginx nginx