|
|
@ -40,7 +40,7 @@ steps:
|
|
|
|
dockerfile: callback-server/Dockerfile
|
|
|
|
dockerfile: callback-server/Dockerfile
|
|
|
|
context: ./
|
|
|
|
context: ./
|
|
|
|
registry: hub.codefirst.iut.uca.fr
|
|
|
|
registry: hub.codefirst.iut.uca.fr
|
|
|
|
repo: hub.codefirst.iut.uca.fr/felix.mielcarek/big-brother
|
|
|
|
repo: hub.codefirst.iut.uca.fr/felix.mielcarek/big-brother-server
|
|
|
|
username:
|
|
|
|
username:
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
password:
|
|
|
|
password:
|
|
|
@ -50,7 +50,7 @@ steps:
|
|
|
|
- name: deploy-container-server
|
|
|
|
- name: deploy-container-server
|
|
|
|
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/felix.mielcarek/big-brother:latest
|
|
|
|
IMAGENAME: hub.codefirst.iut.uca.fr/felix.mielcarek/big-brother-server:latest
|
|
|
|
CONTAINERNAME: bigbrotherserver
|
|
|
|
CONTAINERNAME: bigbrotherserver
|
|
|
|
COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: true
|
|
|
|
OVERWRITE: true
|
|
|
|