diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-08 15:59:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-08 15:59:08 +0200 |
| commit | b770912b5e296a2b79166063094ebbb43fb36c4c (patch) | |
| tree | 0215ba96c17c9ff0bdfabb23f38c1a269b68b662 /Makefile | |
| parent | 61c2d688c65e375fcaa563d3e27c4f180ce7cc4c (diff) | |
| download | mitjafelicijan.com-b770912b5e296a2b79166063094ebbb43fb36c4c.tar.gz | |
Added openring
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 21 |
1 files changed, 18 insertions, 3 deletions
| @@ -2,10 +2,25 @@ MAKEFLAGS=-j4 | |||
| 2 | 2 | ||
| 3 | # Using: https://github.com/mitjafelicijan/jbmafp | 3 | # Using: https://github.com/mitjafelicijan/jbmafp |
| 4 | 4 | ||
| 5 | build: | 5 | dev: |
| 6 | jbmafp --build | 6 | jbmafp --build --server |
| 7 | |||
| 8 | openring: | ||
| 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 | ||
| 8 | deploy: | 21 | build: openring |
| 9 | jbmafp --build | 22 | jbmafp --build |
| 23 | |||
| 24 | deploy: 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 |
