SFM/.gitlab-ci.yml
2026-06-04 14:13:30 +03:00

10 lines
194 B
YAML

include:
- project: 'cicd/ci'
file: 'streamlit-app.yml'
variables:
GIT_STRATEGY: 'clone'
APP_VERSION: '1.0.0'
APP_PORT: 8501
APP_SHARED: 1
BASE_IMAGE: 'streamlit-app-base:2.1.0'