Compare commits
No commits in common. "d7659ad79ef3138e328f95a31715858836ddfe3c" and "74e344605c5abe89014c1902e2935d39b54aba4c" have entirely different histories.
d7659ad79e
...
74e344605c
|
|
@ -16,8 +16,6 @@ server:
|
||||||
steps:
|
steps:
|
||||||
- name: Deploiement
|
- name: Deploiement
|
||||||
environment:
|
environment:
|
||||||
PLUGIN_PATH:
|
|
||||||
from_secret: dev_server_plugin_path
|
|
||||||
THEME_PATH:
|
THEME_PATH:
|
||||||
from_secret: dev_server_theme_path
|
from_secret: dev_server_theme_path
|
||||||
PROJECT_SERVER_PATH:
|
PROJECT_SERVER_PATH:
|
||||||
|
|
@ -27,4 +25,4 @@ steps:
|
||||||
- cd homegrade_production
|
- cd homegrade_production
|
||||||
- npm install
|
- npm install
|
||||||
- npm run production
|
- 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'
|
- 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