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