This commit is contained in:
parent
e49725703e
commit
2b86ccfc24
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ steps:
|
|||
- git add .
|
||||
- git commit -m "Build ${CI_BUILD_NUMBER}"
|
||||
- eval $(ssh-agent -s)
|
||||
- mkdir .ssh/config
|
||||
- echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add -
|
||||
- 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
- git push origin main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue