You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ScienceQuest/.drone.yml

32 lines
911 B

kind: pipeline
type: docker
name: ScienceQuestFront
trigger:
branch:
- front
event:
- push
steps:
- name: build-container-image
image: plugins/docker
settings:
dockerfile: Dockerfile
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/alix.jeudi--lemoine/front
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
depends_on: [build-container-image]
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/alix.jeudi--lemoine/front:latest
CONTAINERNAME: front
COMMAND: create
OVERWRITE: true
CODEFIRST_CLIENTDRONE_ENV_BASE_URL: /containers/tombiard-front/
ADMINS: alixjeudi--lemoine,victorsoulier,gwenaelplanchon