Skip to content

Commit

Permalink
🐛 fix file werf mount
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxvik-xakerxxx committed Feb 14, 2024
1 parent ac1cae1 commit fe8583d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fe8583d

Please sign in to comment.