Compare commits

..

No commits in common. "d7659ad79ef3138e328f95a31715858836ddfe3c" and "74e344605c5abe89014c1902e2935d39b54aba4c" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -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'

View File

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