更新.gitlab-ci.yml文件

This commit is contained in:
伍春全 2023-07-13 06:33:49 +00:00
parent b9f4d6c236
commit 2c182af346
1 changed files with 7 additions and 5 deletions

View File

@ -1,17 +1,19 @@
stages:
# - install
- install
- deploy
# install_job:
# stage: install
# script:
# - docker-compose build
install_job:
stage: install
script:
- docker-compose build
when: manual
deploy_job:
stage: deploy
script:
- docker-compose up -d
when: manual