encore un
continuous-integration/drone/push Build is passing Details

master
Maxime ROCHER 5 months ago
parent c5ffbc49fa
commit 7d5c877312

@ -1,6 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: Deploiement-Database name: Deploiement
trigger: trigger:
event: event:
@ -11,10 +11,9 @@ steps:
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment: environment:
IMAGENAME: postgres:17-alpine IMAGENAME: postgres:17-alpine
CONTAINERNAME: postgres-db CONTAINERNAME: wf-database
OVERWRITE: true
COMMAND: create COMMAND: create
OVERWRITE: false # Change à `true` si tu veux remplacer le conteneur existant. OVERWRITE: false
PRIVATE: true PRIVATE: true
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD: CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD:
from_secret: POSTGRES_PASSWORD from_secret: POSTGRES_PASSWORD
@ -22,4 +21,3 @@ steps:
from_secret: POSTGRES_DB from_secret: POSTGRES_DB
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER: CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER:
from_secret: POSTGRES_USER from_secret: POSTGRES_USER
ADMINS: marocher8, maxime.rocher # Facultatif pour partager avec d'autres comptes.
Loading…
Cancel
Save