diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 15:01:17 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 15:01:17 -0700 |
commit | d3755318508cfc2fa6e46f9da21b2c9bc53f8c1f (patch) | |
tree | 4c98d8816a14271b5b0de1374a0fe55db6aa42b2 /.drone.yml | |
parent | 4af2c7462ffae54b285a93e65b8b2d394ba13e1e (diff) |
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -11,11 +11,10 @@ steps: - name: push image: appleboy/drone-git-push - environment: - PLUGIN_SSH_KEY: - from_secret: GIT_SSH_PRIVATE settings: pull: true remote: ssh://git@hyang.xyz/hyang/hyang.xyz.git branch: master commit_message: "[ci] Deploy page" + ssh_key: + from_secret: GIT_SSH_PRIVATE |