Skip to content

Commit

Permalink
fix werf
Browse files Browse the repository at this point in the history
  • Loading branch information
freigeistig committed Feb 15, 2024
1 parent 0481625 commit d04ea74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d04ea74

Please sign in to comment.