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