|
|
@ -36,10 +36,10 @@ steps:
|
|
|
|
# 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
|
|
|
|
|
|
|
|
settings:
|
|
|
|
|
|
|
|
- dockerfile: ./Sources/api-redirect/Dockerfile
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
IMAGENAME: httpd:2.4
|
|
|
|
IMAGENAME: httpd:2.4
|
|
|
|
CONTAINERNAME: api-redirect
|
|
|
|
CONTAINERNAME: api-redirect
|
|
|
|
COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: true
|
|
|
|
OVERWRITE: true
|
|
|
|
commands:
|
|
|
|
|
|
|
|
- echo test > $HOME/public-html/index.html
|
|
|
|
|