更新.gitlab-ci.yml文件

This commit is contained in:
伍春全 2023-07-13 06:12:22 +00:00
parent fa6ae126e6
commit 1e330811ee
1 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,9 @@ install_job:
stage: install
script:
- docker-compose build
rules:
- changes:
- ./requirements.txt
deploy_job:
stage: deploy
@ -13,5 +16,7 @@ deploy_job:
- docker-compose up -d
rules:
- changes:
- .
- ./**
exclude:
- ./requirements.txt