CHORE Modifying test before production
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
80133953ab
commit
7ab9dfc3fa
|
|
@ -32,4 +32,4 @@ steps:
|
|||
from_secret: prod_server_path
|
||||
commands:
|
||||
- cd homegrade_theme_production
|
||||
- rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Deligraph_Homegrade --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/themes/Homegrade_Theme_test --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user