This commit is contained in:
XieHaoLiang 2024-12-27 09:23:12 +08:00
parent 1f6eee9b7d
commit ed093f02f5

View File

@ -15,6 +15,8 @@ update-code-dev:
GIT_STRATEGY: none
script:
- cd ${WEBROOT_PATH}/${PROJECT_DIR} && git pull
after_script:
- cd ${COMPOSE_PATH} && env | docker-compose exec -T -w /webroot/${WEBROOT_PATH##*/}/starapt php php artisan deploy:notice
update-code-pre:
rules:
- if: '$CI_COMMIT_BRANCH == "web-release"'