Merge branch 'main' of ssh://git.midastix.com:2212/internal/gemtrack-frontend
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
commit
ceb7434fc3
|
|
@ -16,7 +16,7 @@ steps:
|
|||
from_secret: docker_username
|
||||
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
|
||||
when:
|
||||
branch:
|
||||
|
|
@ -27,15 +27,15 @@ steps:
|
|||
- name: Deploy image
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: gemtrack-backend.midastix.com
|
||||
username: mfs-api
|
||||
host: gemtrack.midastix.com
|
||||
username: mfs
|
||||
key:
|
||||
from_secret: server_ssh_pkey
|
||||
port: 22
|
||||
command_timeout: 3m
|
||||
script:
|
||||
- echo "Deploying image"
|
||||
- sudo /opt/deployable/gemtrack-backend/docker/deploy.sh
|
||||
- sudo /opt/deployable/gemtrack-frontend/docker/deploy.sh
|
||||
- echo "Completed Deployment"
|
||||
when:
|
||||
branch:
|
||||
|
|
|
|||
Loading…
Reference in New Issue