-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbb.edn
25 lines (23 loc) · 1.17 KB
/
bb.edn
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
{:deps {com.biffweb/tasks {:git/url "https://github.com/jacobobryant/biff"
:sha "df935d8"
:tag "v0.7.5"
:deps/root "tasks"}}
:paths ["src"]
:tasks {;; Used only in local development.
dev com.biffweb.tasks/dev
css com.biffweb.tasks/css
format com.biffweb.tasks/format
clean com.biffweb.tasks/clean
generate-secrets com.biffweb.tasks/generate-secrets
;; 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
ssh (shell "ssh -i ~/.ssh/id_rsa_bardistry [email protected]")
;; Internal tasks called by Biff in production.
post-receive com.biffweb.tasks/post-receive
run-cmd bardistry.tasks/run-cmd}}