Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-20 23:17:59 +00:00
parent 8e794a4723
commit f3119329bd

View file

@ -3,7 +3,7 @@ stages:
variables:
# Change these to match your desired domain/app name
STREAMLIT_APP_NAME: "art.unturf.com"
STREAMLIT_APP_NAME: "art.ai.unturf.com"
STREAMLIT_APP_DIR: "/opt/${STREAMLIT_APP_NAME}"
STREAMLIT_VENV_DIR: "${STREAMLIT_APP_DIR}/venv"