diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 16:03:58 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 16:03:58 -0700 |
commit | 06fa5910f0ac6e670d8391752ce317bcfc23b340 (patch) | |
tree | 44bfbb389f315b83ad5d9bb8b613ed6f5e9cc9c3 /.drone.yml | |
parent | 65443a1d40e36bdb71d2909167fec5ad9576acb2 (diff) |
xd
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,7 +17,9 @@ steps: GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no commands: - mkdir ~/.ssh + - umask 077 - echo "$GIT_SSH_KEY" > ~/.ssh/id_ed25519 + - umask 000 - apt-get update && apt-get install git -y - cd public - git init |