|
|
@ -67,16 +67,16 @@ steps:
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
password:
|
|
|
|
password:
|
|
|
|
from_secret: SECRET_REGISTRY_PASSWORD
|
|
|
|
from_secret: SECRET_REGISTRY_PASSWORD
|
|
|
|
# depends_on: [ build ]
|
|
|
|
depends_on: [ build ]
|
|
|
|
|
|
|
|
|
|
|
|
# container deployment
|
|
|
|
#container deployment
|
|
|
|
#- 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/victor_perez.ngounou/BowlingGameAPI:latest
|
|
|
|
IMAGENAME: hub.codefirst.iut.uca.fr/victor_perez.ngounou/bowling-api-rest:latest
|
|
|
|
#CONTAINERNAME: my_container_name
|
|
|
|
CONTAINERNAME: bowling-api-rest:latest
|
|
|
|
#COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
#OVERWRITE: true
|
|
|
|
OVERWRITE: true
|
|
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- name: docs
|
|
|
|
- name: docs
|
|
|
|