Skip to content

Commit

Permalink
log statement when syncing config on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Dec 5, 2018
1 parent 8358ee2 commit a1713fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/deploy/src/cljdoc/deploy.clj
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
"config/cljdoc/secrets-edn" (with-out-str
(pp/pprint
(aero/read-config (io/resource "secrets.edn"))))}]

(log/info "Syncing configuration:" k)
(consul-put! k v)))

(defn deploy!
Expand Down

0 comments on commit a1713fa

Please sign in to comment.