更新.gitlab-ci.yml文件

This commit is contained in:
伍春全 2023-07-13 06:42:31 +00:00
parent 122e5e941b
commit 5684357fa9
1 changed files with 4 additions and 1 deletions

View File

@ -6,13 +6,16 @@ install_job:
stage: install
script:
- docker-compose build
when: manual
only:
- triggers
deploy_job:
stage: deploy
script:
- docker-compose up -d
only:
- triggers