diff --git a/werf.yaml b/werf.yaml index af71ff4..3b0135d 100644 --- a/werf.yaml +++ b/werf.yaml @@ -43,3 +43,11 @@ import: add: /usr/local/bin/identity-provider-service 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 + after: setup + - image: builder + add: /go/src/github.com/rarimo/passport-identity-provider/masterList.dev.pem + to: /masterList.dev.pem + after: setup