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.

23 lines
681 B

4 months ago
kind: pipeline
type: docker
name: deploy-postgresql
steps:
4 months ago
# container deployment
4 months ago
- name: deploy-container-pgsql
4 months ago
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
4 months ago
settings:
4 months ago
IMAGENAME: mariadb:10
4 months ago
CONTAINERNAME: WF-DATABASE
COMMAND: create
4 months ago
# OVERWRITE: false
4 months ago
CODEFIRST_CLIENTDRONE_ENV_PGSQL_ROOT_PASSWORD:
from_secret: db_server
CODEFIRST_CLIENTDRONE_ENV_PGSQL_USER:
from_secret: db_user
CODEFIRST_CLIENTDRONE_ENV_PGSQL_PASSWORD:
from_secret: db_password
CODEFIRST_CLIENTDRONE_ENV_PGSQL_DATABASE:
from_secret: db_database