include:
  - project: 'itgold/gb/grandbazar-infra'
    ref: main
    file:
      - 'ci-templates/node-next-v2.yml'

variables:
  PROJECT_NAME: ui-kit
  NGINX_CONF_DIR: /opt/nginx/user_conf.d/include
  NGINX_TARGET_FILENAME: ui-kit.conf
  STAGE_DEPLOY_ENABLED: 'false'

deploy-prod:
  variables:
    PROJECT_MAIN_DIR: /opt/control-panel
    PROJECT_DIR: ${PROJECT_MAIN_DIR}/${PROJECT_NAME}
