|
|
@ -27,7 +27,7 @@ steps:
|
|
|
|
from_secret: MYSQL_USER_TOM
|
|
|
|
from_secret: MYSQL_USER_TOM
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MYSQL_PASSWORD_TOM:
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MYSQL_PASSWORD_TOM:
|
|
|
|
from_secret: MYSQL_PASSWORD_TOM
|
|
|
|
from_secret: MYSQL_PASSWORD_TOM
|
|
|
|
ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois
|
|
|
|
ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -38,11 +38,11 @@ steps:
|
|
|
|
dockerfile: ./api-rest/Dockerfile
|
|
|
|
dockerfile: ./api-rest/Dockerfile
|
|
|
|
context: .
|
|
|
|
context: .
|
|
|
|
registry: hub.codefirst.iut.uca.fr
|
|
|
|
registry: hub.codefirst.iut.uca.fr
|
|
|
|
repo: hub.codefirst.iut.uca.fr/thomas.chazot2/bobparty/api-rest
|
|
|
|
repo: hub.codefirst.iut.uca.fr/bob_parteam/bob_party
|
|
|
|
username:
|
|
|
|
username:
|
|
|
|
from_secret: SECRET_REGISTRY_PASSWORD
|
|
|
|
|
|
|
|
password:
|
|
|
|
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
|
|
|
|
password:
|
|
|
|
|
|
|
|
from_secret: SECRET_REGISTRY_PASSWORD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -65,7 +65,7 @@ steps:
|
|
|
|
from_secret: MYSQL_ROOT_PASSWORD
|
|
|
|
from_secret: MYSQL_ROOT_PASSWORD
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MYSQL_DATABASE:
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MYSQL_DATABASE:
|
|
|
|
from_secret: MYSQL_DATABASE
|
|
|
|
from_secret: MYSQL_DATABASE
|
|
|
|
ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois
|
|
|
|
ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours
|
|
|
|
depends_on: [ deploy-container-mysql, container-api ]
|
|
|
|
depends_on: [ deploy-container-mysql, container-api ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|