summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 15:22:49 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 15:22:49 -0700
commit829c5fd4d642fcf73f249af2c740b859182d86fc (patch)
treea503464c9ac51addf7ccb97b2a8e0e768aae30ab /.drone.yml
parent24b28bdaffba88e092265b54a569e5f5228ecd21 (diff)
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 8066c46..bbc8883 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -11,9 +11,9 @@ steps:
- name: push
image: appleboy/drone-git-push
- environment:
- PLUGIN_SSH_KEY:
+ setting:
+ ssh_key:
from_secret: GIT_SSH_PRIVATE
- PLUGIN_REMOTE: 'ssh://git@hyang.xyz/hyang/hyang.xyz.git'
- PLUGIN_PULL: 'true'
- PLUGIN_COMMIT_MESSAGE: [ci] Deploy page
+ remote: 'ssh://git@hyang.xyz/hyang/hyang.xyz.git'
+ pull: 'true'
+ commit_message: [ci] Deploy page