From 4a20c5ea5f117dad4df3e3c04131cb34130cd01c Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Sun, 10 May 2026 08:54:14 +0200 Subject: [PATCH] Added host entry to my gitea instance to git tag and release commands --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9fc255a..62a5aa5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,6 +45,7 @@ steps: GITEA_USER: { from_secret: git_username } GITEA_PASS: { from_secret: git_password } commands: + - echo "169.255.58.144 gitea.khongisa.co.za" >> /etc/hosts - apk add --no-cache curl - git remote set-url origin https://$${GITEA_USER}:$${GITEA_PASS}@gitea.khongisa.co.za/litecharms/scheduler.git - git tag 1.${DRONE_BUILD_NUMBER}