Обновить .gitlab-ci.yml

This commit is contained in:
The Foxon 2023-04-24 06:49:16 +00:00
parent d1fc5b5408
commit 2726fd0fac

View File

@ -37,16 +37,3 @@ docker-build:
- if: $CI_COMMIT_BRANCH
exists:
- Dockerfile
docker-deploy:
stage: deploy
tags:
- production
before_script:
- cd $PRODUCTION_DIR
script:
- docker-compose pull
- docker-compose up -d
only:
refs:
- master