Update .gitlab-ci.yml file

This commit is contained in:
Mikhail 2024-01-15 13:29:01 +00:00
parent 78bfd80578
commit 677a171ee4

@ -10,6 +10,8 @@ stages:
- build
- deploy
clear-old-images:
tags:
- frontbuild
extends: .clean_template
variables:
STAGING_BRANCH: "main"
@ -24,7 +26,7 @@ clear-old-images:
- docker system prune -af
build-app:
tags:
- nodebuild
- frontbuild
extends: .build_template
before_script:
- echo PRODUCTION_BRANCH = $PRODUCTION_BRANCH