This commit is contained in:
parent
677429a0fd
commit
00761ce8bc
25
.drone.yml
25
.drone.yml
@ -54,17 +54,32 @@ steps:
|
||||
branch:
|
||||
- feature/*
|
||||
|
||||
- name: deploy-branch
|
||||
# TODO ansible
|
||||
image: reg.meutel.net/go-bouquins:${DRONE_BRANCH##feature/}
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: deploy
|
||||
|
||||
server:
|
||||
host: meutel.net
|
||||
user: drone
|
||||
ssh_key:
|
||||
from_secret: drone_ssh_key
|
||||
|
||||
steps:
|
||||
- name: deploy-branch
|
||||
commands:
|
||||
- id
|
||||
|
||||
depends_on:
|
||||
- default
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 38c1d0cae592ff1383424fe1608f261b4a41887f688040dddc7694303cd5fbd0
|
||||
hmac: 2432bc54b5194625c455761323cb615cc117611ee9af4639f9b3463824f158fa
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user