yoqw/.gitlab-ci.yml
2021-03-07 00:37:46 +08:00

29 lines
366 B
YAML

stages:
- build
- deploy
deploy_agent:
stage: deploy
script:
- ./deploy.sh agent ph
when: manual
deploy_cms:
stage: deploy
script:
- ./deploy.sh cms ph
when: manual
deploy_cms_static:
stage: deploy
script:
- ./deploy-static.sh ph
when: manual
deploy_server:
stage: deploy
script:
- ./deploy.sh server ph
when: manual