Merge remote-tracking branch 'origin/main'

This commit is contained in:
Administrator 2023-07-13 15:58:09 +08:00
commit fb134e0913
1 changed files with 12 additions and 5 deletions

View File

@ -1,17 +1,24 @@
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