This commit is contained in:
parent
cad78d75cb
commit
18f45ec034
|
|
@ -34,4 +34,4 @@ steps:
|
||||||
from_secret: prod_folder_path
|
from_secret: prod_folder_path
|
||||||
commands:
|
commands:
|
||||||
- cd lhoist-stay-safe__backend-theme
|
- cd lhoist-stay-safe__backend-theme
|
||||||
- rsync -avhp -e 'ssh -p 22' ./ $PROD_SERVER_PATH:back/wp-content/themes/Deligraph_lhoist --delete
|
- rsync -avhp -e 'ssh -p 22' ./ $PROD_SERVER_PATH:back/wp-content/themes/Deligraph_lhoist --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user