Skip to content

Commit

Permalink
Add release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Sep 21, 2017
1 parent 2f9775f commit 16eaf13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -x
set -eou pipefail

./hack/docker/setup.sh
env APPSCODE_ENV=prod ./hack/docker/setup.sh release

0 comments on commit 16eaf13

Please sign in to comment.