Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-21 00:02:56 +00:00
parent b552dd48e9
commit dd80435e0b

View file

@ -45,8 +45,7 @@ deploy:
source "${STREAMLIT_VENV_DIR}/bin/activate"
pip install --upgrade pip
# Uncomment if you have a requirements.txt for your app
# pip install -r "${STREAMLIT_APP_DIR}/requirements.txt"
pip install streamlit
pip install -r "${STREAMLIT_APP_DIR}/requirements.txt"
# 4. Create/update the systemd service, including the API key environment variable:
- |