ci : 测试ci运行

This commit is contained in:
clay
2023-11-01 22:34:55 +08:00
parent 460a5bd060
commit 20c98c6ed2

View File

@@ -16,7 +16,7 @@ steps:
- cp deployment.yml /app/build/$DRONE_REPO_NAME/
- cp Dockerfile /app/build/$DRONE_REPO_NAME/
- cp .dockerignore /app/build/$DRONE_REPO_NAME/
- cp default.conf /app/build/$DRONE_REPO_NAME/
# - cp default.conf /app/build/$DRONE_REPO_NAME/
- cp docker.sh /app/build/$DRONE_REPO_NAME/
- cp nginx.conf /app/build/$DRONE_REPO_NAME/
- npm -v