forked from Identosphere/identity-blogcatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile~
More file actions
29 lines (24 loc) · 751 Bytes
/
makefile~
File metadata and controls
29 lines (24 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.PHONY: merge build orgsfeed test testorg try
merge:
pluto m planetid.ini -t planetid -o docs
pluto m organizations.ini -t orgsfeed -o docs/organizations
pluto m companies.ini -t companies -o docs/companies
git add .
git commit -a -m "merge templates"
git push
build:
pluto b planetid.ini -t planetid -o docs
pluto b organizations.ini -t orgsfeed -o docs/organizations
pluto b companies.ini -t companies -o docs/companies
git commit -a -m "build feeds"
git pull
git push
try:
rm try.db
pluto b try.ini -t planetid -o try
test:
pluto m planetid.ini -t planetid -o test
pluto m organizations.ini -t orgsfeed -o test/organizations
pluto m companies.ini -t companies -o test/companies
demo:
pluto m planetid.ini -t planetid -o test