You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: Deploiement
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
event:
|
|
|
|
- push
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: deploy-container-postgresql
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
|
|
|
environment:
|
|
|
|
IMAGENAME: postgres:17-alpine
|
|
|
|
CONTAINERNAME: wf-database
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: false
|
|
|
|
PRIVATE: true
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD:
|
|
|
|
from_secret: POSTGRES_PASSWORD
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_DB:
|
|
|
|
from_secret: POSTGRES_DB
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER:
|
|
|
|
from_secret: POSTGRES_USER
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_TRAEFIK_LABELS: true
|
|
|
|
ADMINS: marocher8, maximerocher , kentinbrongniart
|
|
|
|
|