This commit is contained in:
parent
31d087b43d
commit
e98b104683
|
@ -30,7 +30,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- export msg=${DRONE_COMMIT_MESSAGE}
|
- export msg=${DRONE_COMMIT_MESSAGE}
|
||||||
- export msg="${msg:0:10}"
|
- export msg="${msg:0:10}"
|
||||||
- /bin/bash -c "curl -s -k -X POST https://zulip.meta-tech.academy/api/v1/messages -u drone-bot@zulip.meta-tech.academy:iIm8Hc2VuvK06iDxUODUIndlRu6As6bO --data-urlencode type=stream --data-urlencode 'to=\"gitea\"' --data-urlencode topic=build --data-urlencode content=\"build n° ${DRONE_BUILD_NUMBER} - ${DRONE_REPO}/${DRONE_REPO_BRANCH}/${DRONE_COMMIT} by ${DRONE_COMMIT_AUTHOR} > ${DRONE_BUILD_STATUS} < $$msg ...\""
|
- /bin/bash -c "curl -s -k -X POST https://zulip.meta-tech.academy/api/v1/messages -u drone-bot@zulip.meta-tech.academy:iIm8Hc2VuvK06iDxUODUIndlRu6As6bO --data-urlencode type=stream --data-urlencode 'to=\"gitea\"' --data-urlencode topic=build --data-urlencode content=\"build n° ${DRONE_BUILD_NUMBER} - ${DRONE_REPO}/${DRONE_REPO_BRANCH}/${DRONE_COMMIT} by ${DRONE_COMMIT_AUTHOR} > ${DRONE_BUILD_STATUS} < $${msg} ...\""
|
||||||
|
|
||||||
- name: deploy code
|
- name: deploy code
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
|
@ -41,7 +41,7 @@ steps:
|
||||||
host: bosub-kub-int.metacoaching.pro
|
host: bosub-kub-int.metacoaching.pro
|
||||||
username: mtc
|
username: mtc
|
||||||
port: 21022
|
port: 21022
|
||||||
key_path: /root/drone_rsa
|
key_path: /root/drone_rsa/id_rsa.kubehost
|
||||||
script:
|
script:
|
||||||
- echo "Target host name :\ `hostname`"
|
- echo "Target host name :\ `hostname`"
|
||||||
|
|
||||||
|
@ -50,5 +50,5 @@ volumes:
|
||||||
temp: {}
|
temp: {}
|
||||||
- name: ssh_key
|
- name: ssh_key
|
||||||
host:
|
host:
|
||||||
path: /home/repo/drone/id_rsa.kubehost
|
path: /home/repo/drone
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user