generated from coop-cloud/example
Fix Drone, switch to new catalogue generation..
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
..and add Drone badge
This commit is contained in:
parent
ba0f1986a0
commit
977a81d493
18
.drone.yml
18
.drone.yml
@ -8,6 +8,8 @@ steps:
|
|||||||
host: swarm-test.autonomic.zone
|
host: swarm-test.autonomic.zone
|
||||||
stack: custom_html
|
stack: custom_html
|
||||||
purge: true
|
purge: true
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_ssh_swarm_test
|
from_secret: drone_ssh_swarm_test
|
||||||
environment:
|
environment:
|
||||||
@ -19,11 +21,17 @@ trigger:
|
|||||||
- main
|
- main
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: recipe release
|
name: generate recipe catalogue
|
||||||
steps:
|
steps:
|
||||||
- name: release a new version
|
- name: release a new version
|
||||||
image: thecoopcloud/drone-abra:latest
|
image: plugins/downstream
|
||||||
settings:
|
settings:
|
||||||
command: recipe custom-html release
|
server: https://build.coopcloud.tech
|
||||||
deploy_key:
|
token:
|
||||||
from_secret: abra_bot_deploy_key
|
from_secret: drone_abra-bot_token
|
||||||
|
fork: true
|
||||||
|
repositories:
|
||||||
|
- coop-cloud/auto-recipes-catalogue-json
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event: tag
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Custom HTML
|
# Custom HTML
|
||||||
|
|
||||||
|
[](https://build.coopcloud.tech/coop-cloud/custom-html)
|
||||||
|
|
||||||
Custom HTML website, served using Nginx.
|
Custom HTML website, served using Nginx.
|
||||||
|
|
||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user