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

reverting changes to CI/CD pipeline, see if that deploys again

parent a5adbd13
No related branches found
No related tags found
No related merge requests found
Pipeline #40655 canceled
......@@ -30,7 +30,7 @@ docker-test-build:
- docker push $CI_REGISTRY_IMAGE$DOCKER_IMAGE_TAG
docker-build-main:
docker-build-master:
# Official docker image.
image: docker$DOCKER_BUILD_IMAGE_TAG
stage: build
......@@ -82,7 +82,8 @@ 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
......@@ -121,5 +122,6 @@ 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