DFiP_Budget_planing/.gitlab-ci.yml
2026-04-16 11:52:18 +03:00

9 lines
189 B
YAML

include:
- project: 'cicd/ci'
file: 'fastapi-app.yml'
variables:
GIT_STRATEGY: 'clone'
APP_VERSION: '1.0.0'
APP_PORT: 8501
APP_SHARED: 1
BASE_IMAGE: 'fastapi-template:1.3.0'