diff --git a/werf.yaml b/werf.yaml index 3b0135d..b9e2774 100644 --- a/werf.yaml +++ b/werf.yaml @@ -44,8 +44,12 @@ import: to: /usr/local/bin/identity-provider-service after: setup - image: builder - add: /go/src/github.com/rarimo/passport-identity-provider/verification_key.json - to: /verification_key.json + add: /go/src/github.com/rarimo/passport-identity-provider/sha1_verification_key.json + to: /sha1_verification_key.json + after: setup + - image: builder + add: /go/src/github.com/rarimo/passport-identity-provider/sha256_verification_key.json + to: /sha256_verification_key.json after: setup - image: builder add: /go/src/github.com/rarimo/passport-identity-provider/masterList.dev.pem