Merge branch 'main' of ssh://git.midastix.com:2212/internal/gemtrack-frontend
continuous-integration/drone/push Build is failing Details

This commit is contained in:
hardik 2026-04-13 10:48:44 +05:30
commit ceb7434fc3
1 changed files with 4 additions and 4 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,15 +27,15 @@ 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
key: key:
from_secret: server_ssh_pkey from_secret: server_ssh_pkey
port: 22 port: 22
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: