From 03134f29c8e4310077097ad1f540af57aaee07d9 Mon Sep 17 00:00:00 2001 From: hardik Date: Sat, 30 Aug 2025 13:15:05 +0530 Subject: [PATCH] changed username --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4fd437b3..376df575 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: from_secret: docker_username password: from_secret: docker_password - repo: git.midastix.com/ci-docker-repo-user/sangwaritaxi_website + repo: git.midastix.com/ci-docker-repo-user/sangwaritaxi registry: git.midastix.com when: branch: @@ -28,14 +28,14 @@ steps: image: appleboy/drone-ssh settings: host: sangwaritaxi.com - username: sangwaritaxi_website + username: sangwaritaxi key: - # from_secret: server_ssh_pkey + from_secret: server_ssh_pkey port: 22 command_timeout: 3m script: - echo "Deploying image" - - sudo /opt/deployable/sangwaritaxi_website/docker/deploy.sh + - sudo /opt/deployable/sangwaritaxi/docker/deploy.sh - echo "Completed Deployment" when: branch: