Skip to content

Commit

Permalink
Merge branch 'main' into ocm_specs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 authored Feb 6, 2023
2 parents a393b3f + 8a34fee commit 7672859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ steps:
image: cs3org/cs3apis:latest
environment:
SSH_KEY:
from_secret: deploy_key
from_secret: deploy_gh_key
commands:
# See https://github.com/drone/drone/issues/2692
# write the ssh key to disk
- mkdir /root/.ssh
- echo -n "$SSH_KEY" > /root/.ssh/id_rsa
- echo -e "$SSH_KEY" > /root/.ssh/id_rsa
- chmod 600 /root/.ssh/id_rsa
- stat /root/.ssh/id_rsa

Expand Down

0 comments on commit 7672859

Please sign in to comment.