CHORE final production pipeling settings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-08-05 15:51:38 +02:00
parent 6cda5f91f8
commit 39f9876985
2 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ steps:
from_secret: prod_server_path
commands:
- cd homegrade_blocks_production
- rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/plugins/homegrade-blocks-test --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'
- rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/plugins/homegrade-blocks --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'

View File