CHORE Updating deployment to deploy on 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
04767c1e3f
commit
b5b8571b08
|
|
@ -30,6 +30,9 @@ steps:
|
|||
environment:
|
||||
DEV_SERVER_PATH:
|
||||
from_secret: dev_server_path
|
||||
PROD_SERVER_PATH:
|
||||
from_secret: prod_server_path
|
||||
commands:
|
||||
- cd carhop__carhop-theme__DEV
|
||||
- rsync -avhp -e 'ssh -p 1982' ./ $DEV_SERVER_PATH:~/carhop/wordpress/wp-content/themes/carhop --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'
|
||||
- rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/sites/carhop.be/wp-content/themes/carhop --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user