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
|
||||
- name: tmp
|
||||
temp: {}
|
||||
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: docker build and deploy
|
||||
|
@ -49,9 +51,10 @@ steps:
|
|||
settings:
|
||||
username: yksflip
|
||||
from_secret: docker_registry
|
||||
repo: yksflip/foodsoft
|
||||
tags:
|
||||
- latest
|
||||
repo: yksflip/foodsoft
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT}
|
||||
- name: deployment
|
||||
image: decentral1se/stack-ssh-deploy:latest
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue