tangled
alpha
login
or
join now
pyrox.dev
/
blog
0
fork
atom
My blog
0
fork
atom
overview
issues
pulls
pipelines
add deploy task for justfile
pyrox.dev
1 year ago
da152515
beb375b4
verified
This commit was signed with the committer's
known signature
.
pyrox.dev
SSH Key Fingerprint:
SHA256:ihSg8ro3xVhqiuGLMtUGTeMVgmEMlaXvSS4AFyYcM/o=
+7
1 changed file
expand all
collapse all
unified
split
justfile
+7
justfile
···
2
2
alias b := build
3
3
alias c := cms
4
4
alias f := fonts
5
5
+
alias d := deploy
5
6
6
7
serve:
7
8
deno task --unstable-ffi serve
···
14
15
15
16
cms:
16
17
deno task --unstable-ffi cms
18
18
+
19
19
+
prod:
20
20
+
deno task --unstable-ffi prod
17
21
18
22
fonts set="bootstrap":
19
23
python scripts/{{set}}-icons/gen-css.py
···
22
26
add-class set="bootstrap":
23
27
python scripts/{{set}}-icons/add-class.py
24
28
just fonts {{set}}
29
29
+
30
30
+
deploy: prod
31
31
+
bash deploy.sh