berrehsim deployment added
This commit is contained in:
@ -21,11 +21,9 @@ dockerize:
|
|||||||
docker push $IMAGE_NAME:${CI_COMMIT_TAG};
|
docker push $IMAGE_NAME:${CI_COMMIT_TAG};
|
||||||
fi
|
fi
|
||||||
|
|
||||||
deploy:
|
.deploy:
|
||||||
image: registry.hottis.de/dockerized/docker-bash:latest
|
image: registry.hottis.de/dockerized/docker-bash:latest
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
|
||||||
- saerbeck-deployment-only
|
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
variables:
|
variables:
|
||||||
@ -50,6 +48,17 @@ deploy:
|
|||||||
-e "PGDATABASE=$PGDATABASE"
|
-e "PGDATABASE=$PGDATABASE"
|
||||||
$IMAGE_NAME:$CI_COMMIT_TAG
|
$IMAGE_NAME:$CI_COMMIT_TAG
|
||||||
- docker network connect external-network $CONTAINER_NAME
|
- docker network connect external-network $CONTAINER_NAME
|
||||||
|
|
||||||
|
deploy-saerbeck:
|
||||||
|
extends: .deploy
|
||||||
|
tags:
|
||||||
|
- saerbeck-deployment-only
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
|
|
||||||
|
deploy-berresheim:
|
||||||
|
extends: .deploy
|
||||||
|
tags:
|
||||||
|
- berresheim-deployment-only
|
||||||
|
environment:
|
||||||
|
name: production-berresheim
|
||||||
|
Reference in New Issue
Block a user