|
|
|
|
@ -7,6 +7,7 @@
|
|
|
|
|
|
|
|
|
|
kind: pipeline
|
|
|
|
|
name: default
|
|
|
|
|
type: docker
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: deploy
|
|
|
|
|
@ -35,8 +36,8 @@ trigger:
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
kind: pipeline
|
|
|
|
|
type: exec # this job is executed on the host machine
|
|
|
|
|
name: caddy-permissions
|
|
|
|
|
type: exec # this job is executed on the host machine
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- default
|
|
|
|
|
|