Skip to content

Commit

Permalink
Infra
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 11, 2021
1 parent 62f0648 commit 4c1f7be
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ The single-segment `digest` namespace is deprecated since `1.4.10+`. Use
# Installation
Add `[org.clojars/digest "1.4.10"]` to your `project.clj`.

# Dev

## Deployment

Run `bb deploy` to deploy using the clj-commons
[release](https://github.com/clj-commons/infra/blob/main/deployment/release.bb)
script.

# License
Copyright&copy; 2017 Miki Tebeka <[email protected]>

Expand Down
7 changes: 7 additions & 0 deletions bb.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{:tasks
{:requires ([babashka.curl :as curl])
-deploy-script {:task (-> "https://raw.githubusercontent.com/clj-commons/infra/main/deployment/release.bb"
curl/get
:body)}
deploy {:depends [-deploy-script]
:task (load-string -deploy-script)}}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases true}]]
:sign-releases true}]]
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.1"]])
1 change: 1 addition & 0 deletions version.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"1.4"

0 comments on commit 4c1f7be

Please sign in to comment.