|
|
@ -129,8 +129,6 @@ steps:
|
|
|
|
# OVERWRITE: true
|
|
|
|
# OVERWRITE: true
|
|
|
|
# depends_on: [ docker-build-and-push, deploy-container-stub ]
|
|
|
|
# depends_on: [ docker-build-and-push, deploy-container-stub ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# database container deployment
|
|
|
|
# database container deployment
|
|
|
|
- name: deploy-container-mysql
|
|
|
|
- name: deploy-container-mysql
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
|
|
@ -138,7 +136,6 @@ steps:
|
|
|
|
IMAGENAME: mariadb:10
|
|
|
|
IMAGENAME: mariadb:10
|
|
|
|
CONTAINERNAME: mysql
|
|
|
|
CONTAINERNAME: mysql
|
|
|
|
COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: false
|
|
|
|
|
|
|
|
PRIVATE: true
|
|
|
|
PRIVATE: true
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD:
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD:
|
|
|
|
from_secret: db_root_password
|
|
|
|
from_secret: db_root_password
|
|
|
|