Skip to content
Snippets Groups Projects
Commit 5cecd8a6 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

use adex_cache_django database

parent 98ce513f
No related branches found
No related tags found
1 merge request!6Hookup to django
Pipeline #40626 passed
......@@ -30,7 +30,7 @@ docker-test-build:
- docker push $CI_REGISTRY_IMAGE$DOCKER_IMAGE_TAG
docker-build-master:
docker-build-main:
# Official docker image.
image: docker$DOCKER_BUILD_IMAGE_TAG
stage: build
......@@ -82,8 +82,7 @@ docker-deploy-main-test:
- ssh -o StrictHostKeyChecking=no sdc@dop814.astron.nl "docker-compose -p adex-backend -f /docker_compose/adex-backend-fastapi/docker-compose-dev-cd.yml up -d"
- echo "Application deployed"
when: manual
only:
- main
docker-deploy-main-production:
# image: docker:latest
......@@ -122,6 +121,5 @@ docker-deploy-main-production:
- ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker-compose -p adex-backend -f /opt/dockercompose/adex-backend-fastapi/docker-compose-production-cd.yml up -d"
- echo "Application deployed"
when: manual
only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment