Merge branch 'master' of https://codefirst.iut.uca.fr/git/enzo.jolys/Api-LOL
continuous-integration/drone/push Build is passing Details

master
Jolys Enzo 2 years ago
commit b49e18d9a3

@ -2,6 +2,7 @@ kind: pipeline
type: docker type: docker
name: default name: default
trigger: trigger:
event: event:
- push - push
@ -34,7 +35,7 @@ steps:
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/enzo.jolys/Api-LOL repo: hub.codefirst.iut.uca.fr/enzo.jolys/apilol
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
@ -43,13 +44,13 @@ steps:
- tests - tests
when: when:
branch: branch:
- main - master
- 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/enzo.jolys/Api-LOL:latest IMAGENAME: hub.codefirst.iut.uca.fr/enzo.jolys/apilol:latest
CONTAINERNAME: Api-LOL CONTAINERNAME: apilol
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true
ADMINS: enzojolys ADMINS: enzojolys
@ -57,7 +58,7 @@ steps:
- docker-build-and-push - docker-build-and-push
when: when:
branch: branch:
- main - master
volumes: volumes:
- name: docs - name: docs

Loading…
Cancel
Save