Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
2f27b82f5d
commit
d6eef64fa0
@ -1,28 +1,31 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: Deployment
|
||||
name: Portfolio
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: docker-build-and-push
|
||||
|
||||
- name: build-portfolio
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
registry: hub.codefirst.iut.uca.fr
|
||||
repo: hub.codefirst.iut.uca.fr/aurian.jault/voila
|
||||
username:
|
||||
from_secret: SECRET_USERNAME
|
||||
password:
|
||||
from_secret: SECRET_PASSWD
|
||||
dockerfile: ./Dockerfile
|
||||
context: .
|
||||
registry: hub.codefirst.iut.uca.fr
|
||||
repo: hub.codefirst.iut.uca.fr/aurian.jault/voila
|
||||
username:
|
||||
from_secret: SECRET_USERNAME
|
||||
password:
|
||||
from_secret: SECRET_PASSWD
|
||||
|
||||
- name: deploy-container
|
||||
- name: deploy-portfolio
|
||||
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
||||
environment:
|
||||
IMAGENAME: hub.codefirst.iut.uca.fr/aurian.jault/voila:latest
|
||||
CONTAINERNAME: portofolio
|
||||
COMMAND: create
|
||||
OVERWRITE: true
|
||||
IMAGENAME: hub.codefirst.iut.uca.fr/aurian.jault/voila:latest
|
||||
CONTAINERNAME: portfolio
|
||||
COMMAND: create
|
||||
OVERWRITE: true
|
||||
ADMINS: aurianjault
|
||||
depends_on: [ build-portfolio]
|
Loading…
Reference in new issue