更新.gitlab-ci.yml文件

This commit is contained in:
伍春全 2023-07-13 06:47:00 +00:00
parent 5684357fa9
commit b45def3706
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,9 @@ install_job:
- docker-compose build
only:
- triggers
- manual
when:
manual
deploy_job:
@ -16,6 +19,9 @@ deploy_job:
- docker-compose up -d
only:
- triggers
- manual
when:
manual