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