This commit is contained in:
parent
81a909e45d
commit
2351e6d421
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: portfolio
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: docker
|
||||||
|
commands:
|
||||||
|
- docker build -t portfolio .
|
||||||
|
- docker push portfolio-image
|
||||||
|
|
||||||
|
- name: deploy
|
||||||
|
image: docker
|
||||||
|
commands:
|
||||||
|
- docker run -p 8180:8180 -d portfolio-image
|
||||||
Loading…
x
Reference in New Issue
Block a user