Mise à jour de '.drone.yml'
continuous-integration/drone/push Build was killed Details

pull/96/head^2
Thomas CHAZOT 1 year ago
parent 471b627656
commit 2af201d74e

@ -31,4 +31,32 @@ steps:
settings:
sonar_host: https://codefirst.iut.uca.fr/sonar/
sonar_token:
from_secret: SECRET_SONAR_LOGIN_CRYPTIDE
from_secret: SECRET_SONAR_LOGIN_CRYPTIDE
- name: container-web
image: plugins/docker
settings:
dockerfile: ./cryptide_project/Dockerfile
context: .
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/crypteam/social_graph/web
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
#container deployment
- name: deploy-server-containers
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/crypteam/social_graph/web:latest
CONTAINERNAME: website-crypteam
COMMAND: create
OVERWRITE: true
#PRIVATE: true
ADMINS: thomaschazot2,pierreferreira,baptistemarcel
depends_on: [ container-web ]

Loading…
Cancel
Save