We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074e3d5 commit 7ad0bb4Copy full SHA for 7ad0bb4
wercker.yml
@@ -22,10 +22,14 @@ build:
22
23
deploy:
24
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)"
30
- script:
31
name: "Push release"
32
code: |
- install-creds
33
mkdir -p dist
34
if [[ "$WERCKER_DEPLOYTARGET_NAME" == "prerelease" ]]; then
35
VERSION="$(v5n store bump dkr rc)"
0 commit comments