This commit is contained in:
parent
fab62dfa55
commit
adb7191cfe
@ -28,7 +28,7 @@ steps:
|
|||||||
- echo "$SSH_KEY" >> ~/.ssh/id_rsa
|
- echo "$SSH_KEY" >> ~/.ssh/id_rsa
|
||||||
- echo "$SSH_CONFIG" >> ~/.ssh/config
|
- echo "$SSH_CONFIG" >> ~/.ssh/config
|
||||||
- echo "$SSH_KEY" | ssh-add -
|
- echo "$SSH_KEY" | ssh-add -
|
||||||
- ssh-keyscan git.struchkov.dev -P 222 >> ~/.ssh/known_hosts
|
- ssh-keyscan -P 222 git.struchkov.dev >> ~/.ssh/known_hosts
|
||||||
- echo "test" >> test.txt
|
- echo "test" >> test.txt
|
||||||
- git add --all
|
- git add --all
|
||||||
- git commit -m test
|
- git commit -m test
|
||||||
|
Loading…
Reference in New Issue
Block a user