|
|
@ -36,7 +36,7 @@ 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/bob_parteam/bob_party
|
|
|
|
repo: hub.codefirst.iut.uca.fr/bob_parteam/bob_party/api
|
|
|
|
username:
|
|
|
|
username:
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
password:
|
|
|
|
password:
|
|
|
@ -48,7 +48,7 @@ steps:
|
|
|
|
- name: deploy-api-containers
|
|
|
|
- name: deploy-api-containers
|
|
|
|
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/bob_parteam/bob_party:latest
|
|
|
|
IMAGENAME: hub.codefirst.iut.uca.fr/bob_parteam/bob_party/api:latest
|
|
|
|
CONTAINERNAME: api-bobParty
|
|
|
|
CONTAINERNAME: api-bobParty
|
|
|
|
COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: true
|
|
|
|
OVERWRITE: true
|
|
|
|