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