summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
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'