summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 16:03:58 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 16:03:58 -0700
commit06fa5910f0ac6e670d8391752ce317bcfc23b340 (patch)
tree44bfbb389f315b83ad5d9bb8b613ed6f5e9cc9c3 /.drone.yml
parent65443a1d40e36bdb71d2909167fec5ad9576acb2 (diff)
xd
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 89685e5..6497492 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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