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