mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
14 lines
239 B
YAML
14 lines
239 B
YAML
stages:
|
|
- deploy
|
|
|
|
deploy-all:
|
|
stage: deploy
|
|
tags: [deploy]
|
|
script: bash /data/git/buildandrestart.sh
|
|
when: manual
|
|
|
|
deploy-module:
|
|
stage: deploy
|
|
tags: [deploy]
|
|
script: bash /data/git/buildandrestart.sh $MODULE
|
|
when: manual |