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.
21 lines
701 B
21 lines
701 B
kind: pipeline
|
|
type: docker
|
|
name: deploy-postgresql
|
|
|
|
steps:
|
|
- name: deploy-container-mysql
|
|
image: hub.codefirst.iut.uca.fr/celeste.barbosa/codefirst-dockerproxy-clientdrone:latest
|
|
environment:
|
|
IMAGENAME: hub.codefirst.iut.uca.fr/marc.chevaldonne/tarotscoreur:latest
|
|
CONTAINERNAME: mysql
|
|
COMMAND: create
|
|
# OVERWRITE: false
|
|
PRIVATE: true
|
|
CODEFIRST_CLIENTDRONE_ENV_DB_SERVER:
|
|
from_secret: db_server
|
|
CODEFIRST_CLIENTDRONE_ENV_DB_USER:
|
|
from_secret: db_user
|
|
CODEFIRST_CLIENTDRONE_ENV_DB_PASSWORD:
|
|
from_secret: db_password
|
|
CODEFIRST_CLIENTDRONE_ENV_DB_DATABASE:
|
|
from_secret: db_database |