diff options
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,6 +24,6 @@ steps: - echo "$GIT_PUB" > ~/.ssh/id_ed25519 - git init - git commit -m 'comit' - - git remote add origin git@hyang.xyz:hyang/pages.git + - git remote add origin 'git@hyang.xyz:hyang/pages.git' - git push -f origin |