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
|
- name: Build Docker Image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
build_args: 'API_BASE_URL=https://TheKalawati.com/api'
|
build_args: 'API_BASE_URL=https://TheKalawati.in/api'
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: git.TheKalawati.com/midastix/TheKalawati
|
repo: git.midastix.com/ci-docker-repo-user/TheKalawati
|
||||||
registry: git.TheKalawati.com
|
registry: git.midastix.com
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|
@ -43,7 +43,7 @@ steps:
|
||||||
command_timeout: 3m
|
command_timeout: 3m
|
||||||
script:
|
script:
|
||||||
- echo "Deploying image"
|
- echo "Deploying image"
|
||||||
- sudo /opt/deployable/Navigo_website/docker/deploy.sh
|
- sudo /opt/deployable/TheKalawati/docker/deploy.sh
|
||||||
- echo "Completed Deployment"
|
- echo "Completed Deployment"
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue