Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Vincent ASTOLFI 1 year ago
parent dee998757f
commit 56d4c98710

@ -10,22 +10,22 @@ trigger:
steps: steps:
- name: docker-build - name: docker-build
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: ./Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile dockerfile: ./Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile
context: ./Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/ context: ./Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project repo: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project
username: username:
from_secret: secret-registry-username from_secret: secret-registry-username
password: password:
from_secret: secret-registry-password from_secret: secret-registry-password
- name: deploy - name: deploy
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/vincent.astolfi/old-project:latest IMAGENAME: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project:latest
CONTAINERNAME: panorame CONTAINERNAME: panorame
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true

Loading…
Cancel
Save