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

Loading…
Cancel
Save