aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 18 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 186a58c..ac6aae3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,19 @@
1deploy: 1provision:
2 cd ~/Junk
3 git clone https://git.sr.ht/~sircmpwn/openring
4 cd openring
5 go build
6 go install
7
8build:
9 openring -n 4 -p 2 \
10 -s https://drewdevault.com/feed.xml \
11 -s https://danluu.com/atom.xml \
12 < template/openring.tmpl \
13 > template/openring-build.html
14
2 alternator --build 15 alternator --build
3 cd public && scp -r * root@165.22.87.180:/var/www/html/mitjafelicijan.com/ \ No newline at end of file 16 rm template/openring-build.html
17
18deploy: build
19 cd public && scp -r * root@165.22.87.180:/var/www/html/mitjafelicijan.com/