adapting new repo name
This commit is contained in:
parent
d7659ad79e
commit
101dce3e77
|
|
@ -23,8 +23,9 @@ steps:
|
|||
PROJECT_SERVER_PATH:
|
||||
from_secret: project_dev_server_path
|
||||
commands:
|
||||
- git clone https://git.deligraph.be/Antoine/homegrade_production.git
|
||||
- cd homegrade_production
|
||||
- git clone https://git.deligraph.be/Antoine/homegrade_theme_production.git
|
||||
- ls -la
|
||||
- cd homegrade_theme_production
|
||||
- npm install
|
||||
- npm run production
|
||||
- rsync -avhp ./ $THEME_PATH --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user