Update .drone.yml

This commit is contained in:
Leon Wilzer 2024-02-13 22:04:05 +01:00
parent d58e21b04c
commit a53828e6c2

View File

@ -124,7 +124,7 @@ steps:
- cat "$${HOME}/.ssh/config"
- git config --local user.name "wanessa"
- git config --local user.email "$GIT_EMAIL_ADDRESS"
- git config core.sshCommand '/usr/bin/ssh'
- git config core.sshCommand '/usr/bin/ssh -v'
- git remote add ssh "$DRONE_GIT_SSH_URL"
- git add *
- git status