diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 15:23:45 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 15:23:45 -0700 |
commit | 6f0a7f7f2b4f51aef746d59e10645a842ba0845a (patch) | |
tree | 45ec65f371e3404a09b7ea63501aa9f29954de15 /.drone.yml | |
parent | 829c5fd4d642fcf73f249af2c740b859182d86fc (diff) |
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,6 +14,6 @@ steps: setting: ssh_key: from_secret: GIT_SSH_PRIVATE - remote: 'ssh://git@hyang.xyz/hyang/hyang.xyz.git' - pull: 'true' + remote: ssh://git@hyang.xyz/hyang/hyang.xyz.git + pull: true commit_message: [ci] Deploy page |