This commit is contained in:
parent
8355104104
commit
59c73e7703
@ -23,7 +23,7 @@ steps:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- cd go-grpc
|
||||
- mkdir -p .ssh && echo '${GIT_KEY'} > .ssh/id_rsa
|
||||
- mkdir -p .ssh && echo '${GIT_KEY}' > .ssh/id_rsa
|
||||
- git add *
|
||||
- 'git commit -m "Autogenerated update for ${DRONE_COMMIT_LINK}" || true'
|
||||
- git push git@git.itzana.me:StrafesNET/go-grpc.git --all
|
||||
@ -59,7 +59,7 @@ steps:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- cd python-grpc
|
||||
- mkdir -p .ssh && echo '${GIT_KEY'} > .ssh/id_rsa
|
||||
- mkdir -p .ssh && echo '${GIT_KEY}' > .ssh/id_rsa
|
||||
- git add *
|
||||
- 'git commit -m "Autogenerated update for ${DRONE_COMMIT_LINK}" || true'
|
||||
- git push git@git.itzana.me:StrafesNET/python-grpc.git --all
|
||||
|
Loading…
Reference in New Issue
Block a user