diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 15:22:49 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 15:22:49 -0700 |
commit | 829c5fd4d642fcf73f249af2c740b859182d86fc (patch) | |
tree | a503464c9ac51addf7ccb97b2a8e0e768aae30ab /.drone.yml | |
parent | 24b28bdaffba88e092265b54a569e5f5228ecd21 (diff) |
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |