Files
cf_imes_server/.gitlab-ci.yml
T
2026-06-18 17:12:53 +08:00

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