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.

27 lines
729 B

4 months ago
kind: pipeline
type: docker
3 months ago
name: Deploiement
4 months ago
4 months ago
trigger:
event:
- push
4 months ago
4 months ago
steps:
3 months ago
- name: deploy-container-postgresql
3 months ago
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
4 months ago
environment:
3 months ago
IMAGENAME: postgres:17-alpine
3 months ago
CONTAINERNAME: wf-database
4 months ago
COMMAND: create
3 months ago
OVERWRITE: false
4 months ago
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
3 months ago
CODEFIRST_CLIENTDRONE_ENV_TRAEFIK_LABELS: true
ADMINS: marocher8, maximerocher , kentinbrongniart
3 months ago