Compare commits

..

2 Commits

Author SHA1 Message Date
d7659ad79e testing dev server synchronisation
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-30 13:25:32 +02:00
10aac7b409 introducing the plugin path 2024-07-30 13:25:01 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@ server:
steps:
- name: Deploiement
environment:
PLUGIN_PATH:
from_secret: dev_server_plugin_path
THEME_PATH:
from_secret: dev_server_theme_path
PROJECT_SERVER_PATH:
@ -25,4 +27,4 @@ steps:
- cd homegrade_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'
- rsync -avhp ./ $THEME_PATH --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'

View File

@ -5,4 +5,5 @@ Author URI: https://deligraph.com/
Version: 1.0.0
Text Domain: homegrade-theme__texte-fonctionnel
Language: French
Test
*/