This commit is contained in:
parent
df0674037e
commit
554e9b6b20
1 changed files with 6 additions and 3 deletions
|
@ -39,7 +39,9 @@ volumes:
|
||||||
path: /tmp/cache
|
path: /tmp/cache
|
||||||
- name: tmp
|
- name: tmp
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: docker build and deploy
|
name: docker build and deploy
|
||||||
|
@ -52,6 +54,7 @@ steps:
|
||||||
repo: yksflip/foodsoft
|
repo: yksflip/foodsoft
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
- ${DRONE_COMMIT}
|
||||||
- name: deployment
|
- name: deployment
|
||||||
image: decentral1se/stack-ssh-deploy:latest
|
image: decentral1se/stack-ssh-deploy:latest
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue