Skip to content

Commit

Permalink
Better sec
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed May 4, 2016
1 parent b413584 commit c3d3b4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ build:
deploy:
steps:
- script:
name: "Pull secrets"
code: |
curl -# https://gist.githubusercontent.com/fd/354eed3ebf924565741f0df980d11741/raw/sec.pem | sec dec | tar -C $HOME -x
eval "$(install-creds)"
- script:
name: "Push release"
code: |
install-creds
mkdir -p dist
if [[ "$WERCKER_DEPLOYTARGET_NAME" == "prerelease" ]]; then
VERSION="$(v5n store bump k8s rc)"
Expand Down

0 comments on commit c3d3b4b

Please sign in to comment.