Skip to content

Commit

Permalink
added deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 14, 2016
1 parent a36b4ee commit 8db1f5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/deploy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

pushd support ; lein deploy clojars ; popd
pushd sidecar ; lein deploy clojars ; popd
pushd plugin ; lein deploy clojars ; popd

0 comments on commit 8db1f5c

Please sign in to comment.