add envrc
This commit is contained in:
parent
07dbf58c97
commit
1b91da0e3d
2 changed files with 3 additions and 0 deletions
2
.envrc
Normal file
2
.envrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
export CLOJARS_USERNAME=$(gopass meissa/dev/clojars.org user)
|
||||
export CLOJARS_PASSWORD=$(gopass show meissa/dev/clojars.org)
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -35,6 +35,7 @@
|
|||
!.dockerignore
|
||||
!Makefile
|
||||
!tests.edn
|
||||
!.envrc
|
||||
|
||||
# ------------------------
|
||||
# Include Git & CI workflow
|
||||
|
|
Loading…
Reference in a new issue