summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 15:09:25 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 15:09:25 -0700
commitc5fd97adc597667f1d86970e4a5bca8f3feeea36 (patch)
treea85182ea3764b508de71b04a582f9969079395a1 /.drone.yml
parentd3755318508cfc2fa6e46f9da21b2c9bc53f8c1f (diff)
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml
index 9a711df..65d15cc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -11,10 +11,9 @@ steps:
- name: push
image: appleboy/drone-git-push
- settings:
- pull: true
- remote: ssh://git@hyang.xyz/hyang/hyang.xyz.git
- branch: master
- commit_message: "[ci] Deploy page"
- ssh_key:
+ environment:
+ PLUGIN_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