Update .drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
dbb7fa3fbf
commit
a405b515df
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue