summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh14
1 files changed, 10 insertions, 4 deletions
diff --git a/deploy.sh b/deploy.sh
index 218da17..5cad7a4 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,7 +1,13 @@
#! /bin/bash
-remote='root@192.162.71.223:/var/www/apps.mlnp.fr/mdl'
+remote_app='mpeter@192.162.71.223:/home/mpeter/apps/mdl'
+remote_static='mpeter@192.162.71.223:/var/www/apps.mlnp.fr'
-echo Deploying now.
-rsync -razvP . $remote
-echo successfully deployed.
+echo Deploying app:
+rsync -azvP . $remote_app --chown=mpeter:www-data\
+ --exclude={'.venv','.git','downloads','app/__pycache__',}\
+ --exclude 'app/mdl.db' # Files
+echo Deploying static files:
+rsync -azvP ./app/static $remote_static --chown=mpeter:www-data
+echo App deployed to $remote_app
+echo Static files to $remote_static.
Copyright 2019--2024 Marius PETER