diff --git a/.drone.yml b/.drone.yml index 6deb102..35d48a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: from_secret: SSH_KEY commands: - echo "test" >> text.txt - - git add -all + - git add --all - git status # - eval $(ssh-agent -s) # - echo "$SSH_KEY" | ssh-add -