aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9f41e95..a4a007c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@ MAKEFLAGS=-j4
2 2
3# Using: https://github.com/mitjafelicijan/jbmafp 3# Using: https://github.com/mitjafelicijan/jbmafp
4 4
5build: openring
6 python3 vault.py
7 jbmafp --build
8
5dev: 9dev:
6 jbmafp --build --server 10 jbmafp --build --server
7 11
@@ -18,9 +22,6 @@ openring:
18 < templates/openring.html \ 22 < templates/openring.html \
19 > templates/includes/openring.html 23 > templates/includes/openring.html
20 24
21build: openring
22 jbmafp --build
23
24deploy: build 25deploy: build
25 rsync -az --delete public/ root@mitjafelicijan.com:/var/www/html/mitjafelicijan.com/ 26 rsync -az --delete public/ root@mitjafelicijan.com:/var/www/html/mitjafelicijan.com/
26 ssh root@mitjafelicijan.com chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf 27 ssh root@mitjafelicijan.com chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf