-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbb.edn
20 lines (18 loc) · 936 Bytes
/
bb.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{:deps {com.spicy/tasks {:local/root "tasks"}}
:tasks {;; Used only in local development.
dev com.biffweb.tasks/dev
format com.biffweb.tasks/format
clean com.biffweb.tasks/clean
generate-secrets com.biffweb.tasks/generate-secrets
hello com.spicy.tasks/hello
;; Used for interacting with production.
deploy com.biffweb.tasks/deploy
soft-deploy com.biffweb.tasks/soft-deploy
refresh com.biffweb.tasks/refresh
restart com.biffweb.tasks/restart
logs com.biffweb.tasks/logs
prod-repl com.biffweb.tasks/prod-repl
prod-dev com.biffweb.tasks/prod-dev
;; Internal tasks called by Biff in production.
post-receive com.biffweb.tasks/post-receive
run-cmd com.biffweb.tasks/run-cmd}}