fix deploys
modified: .gitlab-ci.yml modified: Makefile
This commit is contained in:
parent
cedb69f798
commit
5449b4872f
2 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue