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