From 41cd4922013c99b8852d95e0f02fbc589d67d9e1 Mon Sep 17 00:00:00 2001 From: mahdi Date: Thu, 14 Dec 2023 01:29:18 +0100 Subject: [PATCH] devops - drone test --- .drone.yml | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3da046b..c1f4b9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,27 +32,18 @@ steps: - 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} ...\"" -# - name: deploy code -# image: appleboy/drone-ssh -# volumes: -# - name: ssh_key -# path: /root/.ssh -# settings: -# host: bosub-kub-int.metacoaching.pro -# username: mtc -# port: 21022 -# key_path: /root/.ssh/id_rsa.kubehost -# script: -# - echo "Target host name :\ `hostname`" - -steps: -- name: test volumes - image: alpine +- name: deploy code + image: appleboy/drone-ssh volumes: - name: ssh_key path: /root/.ssh - commands: - - ls -lah /root/.ssh + settings: + host: bosub-kub-int.metacoaching.pro + username: mtc + port: 21022 + key_path: /root/.ssh/id_rsa.kubehost + script: + - echo "Target host name :\ `hostname`" volumes: - name: deps