CHORE Final production pipelinge path
This commit is contained in:
parent
7ab9dfc3fa
commit
50e0cc5ef0
|
|
@ -32,4 +32,4 @@ steps:
|
||||||
from_secret: prod_server_path
|
from_secret: prod_server_path
|
||||||
commands:
|
commands:
|
||||||
- cd homegrade_theme_production
|
- cd homegrade_theme_production
|
||||||
- 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'
|
- rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Homegrade_Theme --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user