encore un
continuous-integration/drone/push Build encountered an error Details

master
Maxime ROCHER 5 months ago
parent 92cd05f36a
commit a9c4a5538f

@ -12,6 +12,7 @@ steps:
environment:
IMAGENAME: postgres:17-alpine
CONTAINERNAME: postgres-db
OVERWRITE: true
COMMAND: create
OVERWRITE: false # Change à `true` si tu veux remplacer le conteneur existant.
PRIVATE: true
@ -22,3 +23,9 @@ steps:
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER:
from_secret: POSTGRES_USER
ADMINS: marocher8, maxime.rocher # Facultatif pour partager avec d'autres comptes.
- name: debug-deployment
image: alpine
commands:
- echo "Conteneur déployé avec le nom WikiFantasy-postgres-db"
- echo "Vérifie l'URL : https://codefirst.iut.uca.fr/containers/WikiFantasy-postgres-db"

Loading…
Cancel
Save