summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 14:00:19 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 14:00:19 -0700
commitfa58ca58a0ba513ac2ed7d23d2e5eb857b9c0f30 (patch)
treef0b5675e8f83183b26bbb0ee1a228841885e4dab /.drone.yml
parent229d762a2fbd19c1b55421bf2c491a6cd45b8f96 (diff)
update drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 1531037..b169a2f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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'