This commit is contained in:
2025-03-28 15:50:25 +08:00
parent 32a3d04039
commit b3039c1d15

View File

@@ -1,9 +1,11 @@
default:
image: node:latest
image: docker.xiaogenban1993.com/node:18.21.1
pull_policy: always # 强制每次都重新拉取镜像
before_script:
- echo '====== 准备构建中 ========='
stages:
- install
- deploy
@@ -41,3 +43,4 @@ job_deploy:
after_script:
- echo "====== 发布完成 ========="