fix deploys

modified:   .gitlab-ci.yml
	modified:   Makefile
This commit is contained in:
Russell Ballestrini 2025-03-01 10:16:13 -05:00
parent cedb69f798
commit 5449b4872f
2 changed files with 2 additions and 3 deletions

View file

@ -19,9 +19,6 @@ build:
- ls -hal
- mv env.vanilla env
- make prod
# Install the two themes separately
- env/bin/pip install git+https://git.unturf.com/engineering/remarkbox/remarkbox-theme-meta.git
- env/bin/pip install git+https://git.unturf.com/engineering/remarkbox/remarkbox-westworld.git
# Copy static assets to env/static
- cp -pr remarkbox/static env/static
# Copy static assets to env/static for westworld theme.

View file

@ -3,6 +3,8 @@ env:
. env/bin/activate
env/bin/pip install --upgrade pip
env/bin/pip install --upgrade -r requirements.py3.txt
env/bin/pip install git+https://git.unturf.com/engineering/remarkbox/remarkbox-theme-meta.git
env/bin/pip install git+https://git.unturf.com/engineering/remarkbox/remarkbox-westworld.git
cp -rp env env.vanilla
dev: env