diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 14:00:19 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 14:00:19 -0700 |
commit | fa58ca58a0ba513ac2ed7d23d2e5eb857b9c0f30 (patch) | |
tree | f0b5675e8f83183b26bbb0ee1a228841885e4dab /.drone.yml | |
parent | 229d762a2fbd19c1b55421bf2c491a6cd45b8f96 (diff) |
update drone
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ steps: - mkdir ~/.ssh - echo "$GIT_PUB" > ~/.ssh/id_ed25519.pub - echo "$GIT_PUB" > ~/.ssh/id_ed25519 - - ls + - cd public - git init - git add . - git commit -m 'comit' |