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.

25 lines
802 B

4 months ago
kind: pipeline
type: docker
3 months ago
name: Deploiement-Database
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
CONTAINERNAME: postgres-db
3 months ago
OVERWRITE: true
4 months ago
COMMAND: create
3 months ago
OVERWRITE: false # Change à `true` si tu veux remplacer le conteneur existant.
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
ADMINS: marocher8, maxime.rocher # Facultatif pour partager avec d'autres comptes.