update .drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
hardik 2026-04-10 18:01:06 +05:30
parent b7be0a6daa
commit 7c21053aae
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ steps:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
repo: git.midastix.com/ci-docker-repo-user/gemtrack-backend repo: git.midastix.com/ci-docker-repo-user/gemtrack-frontend
registry: git.midastix.com registry: git.midastix.com
when: when:
branch: branch:
@ -27,7 +27,7 @@ steps:
- name: Deploy image - name: Deploy image
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: gemtrack-backend.midastix.com host: gemtrack.midastix.com
username: mfs-api username: mfs-api
key: key:
from_secret: server_ssh_pkey from_secret: server_ssh_pkey
@ -35,7 +35,7 @@ steps:
command_timeout: 3m command_timeout: 3m
script: script:
- echo "Deploying image" - echo "Deploying image"
- sudo /opt/deployable/gemtrack-backend/docker/deploy.sh - sudo /opt/deployable/gemtrack-frontend/docker/deploy.sh
- echo "Completed Deployment" - echo "Completed Deployment"
when: when:
branch: branch: