Skip to content

Commit 7ad0bb4

Browse files
committed
Better deploy
1 parent 074e3d5 commit 7ad0bb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wercker.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ build:
2222
2323
deploy:
2424
steps:
25+
- script:
26+
name: "Pull secrets"
27+
code: |
28+
curl -# https://gist.githubusercontent.com/fd/354eed3ebf924565741f0df980d11741/raw/sec.pem | sec dec | tar -C $HOME -x
29+
eval "$(install-creds)"
2530
- script:
2631
name: "Push release"
2732
code: |
28-
install-creds
2933
mkdir -p dist
3034
if [[ "$WERCKER_DEPLOYTARGET_NAME" == "prerelease" ]]; then
3135
VERSION="$(v5n store bump dkr rc)"

0 commit comments

Comments
 (0)