diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 15:09:25 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 15:09:25 -0700 |
commit | c5fd97adc597667f1d86970e4a5bca8f3feeea36 (patch) | |
tree | a85182ea3764b508de71b04a582f9969079395a1 /.drone.yml | |
parent | d3755318508cfc2fa6e46f9da21b2c9bc53f8c1f (diff) |
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |