更新.gitlab-ci.yml文件

This commit is contained in:
伍春全 2023-07-13 06:37:50 +00:00
parent 2c182af346
commit 122e5e941b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ deploy_job:
stage: deploy stage: deploy
script: script:
- docker-compose up -d - docker-compose up -d
when: manual