Skip to content

Commit 9ca4062

Browse files
committed
build(codefresh): add SSH key to release step
1 parent 98858f9 commit 9ca4062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codefresh.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ steps:
3131
image: ${{releaser}}
3232
commands:
3333
- yarn build
34+
- echo "${SSH_KEY}" | tr ',' '\n' > "/etc/ssh/id_rsa"
3435
- node src travis-after-success

0 commit comments

Comments
 (0)