|
|
@ -13,7 +13,7 @@ trigger:
|
|
|
|
dockerfile: Sources/Dockerfile
|
|
|
|
dockerfile: Sources/Dockerfile
|
|
|
|
context: Sources/
|
|
|
|
context: Sources/
|
|
|
|
registry: hub.codefirst.iut.uca.fr
|
|
|
|
registry: hub.codefirst.iut.uca.fr
|
|
|
|
repo: hub.codefirst.iut.uca.fr/my.login/myRepository
|
|
|
|
repo: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative
|
|
|
|
username:
|
|
|
|
username:
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
from_secret: SECRET_REGISTRY_USERNAME
|
|
|
|
password:
|
|
|
|
password:
|
|
|
@ -23,7 +23,7 @@ trigger:
|
|
|
|
- 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/my.login/my_repository:latest
|
|
|
|
IMAGENAME: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative:latest
|
|
|
|
CONTAINERNAME: my_container_name
|
|
|
|
CONTAINERNAME: drone-sonarplugin-reactnative
|
|
|
|
COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: true
|
|
|
|
OVERWRITE: true
|