From a405b515df5292b118a2bde51d960e30e6540154 Mon Sep 17 00:00:00 2001 From: Mihir Motiyani Date: Thu, 11 Sep 2025 17:12:52 +0530 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6e2f0c8..6e4d302 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,13 +19,13 @@ steps: - name: Build Docker Image image: plugins/docker settings: - build_args: 'API_BASE_URL=https://TheKalawati.com/api' + build_args: 'API_BASE_URL=https://TheKalawati.in/api' username: from_secret: docker_username password: from_secret: docker_password - repo: git.TheKalawati.com/midastix/TheKalawati - registry: git.TheKalawati.com + repo: git.midastix.com/ci-docker-repo-user/TheKalawati + registry: git.midastix.com when: branch: - main @@ -43,7 +43,7 @@ steps: command_timeout: 3m script: - echo "Deploying image" - - sudo /opt/deployable/Navigo_website/docker/deploy.sh + - sudo /opt/deployable/TheKalawati/docker/deploy.sh - echo "Completed Deployment" when: branch: