aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-08 15:59:08 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-08 15:59:08 +0200
commitb770912b5e296a2b79166063094ebbb43fb36c4c (patch)
tree0215ba96c17c9ff0bdfabb23f38c1a269b68b662 /Makefile
parent61c2d688c65e375fcaa563d3e27c4f180ce7cc4c (diff)
downloadmitjafelicijan.com-b770912b5e296a2b79166063094ebbb43fb36c4c.tar.gz
Added openring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 18 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7d84d05..9f41e95 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,25 @@ MAKEFLAGS=-j4
2 2
3# Using: https://github.com/mitjafelicijan/jbmafp 3# Using: https://github.com/mitjafelicijan/jbmafp
4 4
5build: 5dev:
6 jbmafp --build 6 jbmafp --build --server
7
8openring:
9 openring -l 165 -n 8 -p 1 \
10 -s https://jcs.org/rss \
11 -s https://chotrin.org/rss.xml \
12 -s https://drewdevault.com/feed.xml \
13 -s https://offbeatpursuit.com/blog/index.rss \
14 -s https://mirzapandzo.com/rss.xml \
15 -s https://journal.valeriansaliou.name/rss/ \
16 -s https://neil.computer/rss/ \
17 -s https://solar.lowtechmagazine.com/posts/index.xml \
18 < templates/openring.html \
19 > templates/includes/openring.html
7 20
8deploy: 21build: openring
9 jbmafp --build 22 jbmafp --build
23
24deploy: build
10 rsync -az --delete public/ root@mitjafelicijan.com:/var/www/html/mitjafelicijan.com/ 25 rsync -az --delete public/ root@mitjafelicijan.com:/var/www/html/mitjafelicijan.com/
11 ssh root@mitjafelicijan.com chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf 26 ssh root@mitjafelicijan.com chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf