🚀 add: CD job
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
e1c3ab57c2
commit
4dbd20d6f8
@ -1,7 +1,16 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: CI
|
name: CD
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
# container deployment
|
||||||
|
- name: deploy-container
|
||||||
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
||||||
|
environment:
|
||||||
|
IMAGENAME: hub.codefirst.iut.uca.fr/theo.dupin/Portfolio:latest
|
||||||
|
CONTAINERNAME: portfolio_container
|
||||||
|
COMMAND: create
|
||||||
|
OVERWRITE: true
|
Loading…
Reference in new issue