Skip to content

Commit 3022a9c

Browse files
author
Sungjin Han
committed
Edit post
1 parent 26b5405 commit 3022a9c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_posts/2019-12-11-How-to-Deploy-Library-to-Clojars.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,19 @@ Generate a gpg key with a passphrase,
2626
$ gpg --gen-key
2727
{% endhighlight %}
2828

29-
## 2. Deploy to Clojars
29+
## 2. Generate your deploy token,
30+
31+
Visit [this page](https://clojars.org/tokens/) and generate a deploy token.
32+
33+
This deploy token will be used as your password.
34+
35+
## 3. Deploy to Clojars
3036

3137
{% highlight bash %}
3238
$ lein deploy clojars
3339
{% endhighlight %}
3440

35-
Then you'll be asked to enter your Clojars username, password, and gpg key's passphrase.
41+
Then you'll be asked to enter your Clojars username, password (deploy token), and gpg key's passphrase.
3642

3743
If nothing goes wrong, you library will be uploaded to Clojars.
3844

0 commit comments

Comments
 (0)