|
|
@ -14,7 +14,7 @@ steps:
|
|
|
|
dockerfile: docker/Dockerfile
|
|
|
|
dockerfile: docker/Dockerfile
|
|
|
|
context: .
|
|
|
|
context: .
|
|
|
|
registry: hub.codefirst.iut.uca.fr
|
|
|
|
registry: hub.codefirst.iut.uca.fr
|
|
|
|
repo: hub.codefirst.iut.uca.fr/votreutilisateur/wf-database
|
|
|
|
repo: hub.codefirst.iut.uca.fr/wikifantasy/wf-database
|
|
|
|
username:
|
|
|
|
username:
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
password:
|
|
|
|
password:
|
|
|
@ -25,7 +25,7 @@ steps:
|
|
|
|
- name: deploy-container
|
|
|
|
- name: deploy-container
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
IMAGENAME: hub.codefirst.iut.uca.fr/votreutilisateur/wf-database:latest
|
|
|
|
IMAGENAME: hub.codefirst.iut.uca.fr/wikifantasy/wf-database:latest
|
|
|
|
CONTAINERNAME: wf-database
|
|
|
|
CONTAINERNAME: wf-database
|
|
|
|
COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: true
|
|
|
|
OVERWRITE: true
|
|
|
|