Compare commits
5 Commits
0.7.0+3.3.
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| 21450f5c77 | |||
| 7d53d4ec39 | |||
| ee2381c3b7 | |||
| 63d3801060 | |||
| fee61883ed |
17
.drone.yml
17
.drone.yml
@ -18,6 +18,23 @@ steps:
|
|||||||
STACK_NAME: discourse
|
STACK_NAME: discourse
|
||||||
LETS_ENCRYPT_ENV: production
|
LETS_ENCRYPT_ENV: production
|
||||||
SECRET_DB_PASSWORD_VERSION: v1
|
SECRET_DB_PASSWORD_VERSION: v1
|
||||||
|
DB_ENTRYPOINT_VERSION: v1
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: generate recipe catalogue
|
||||||
|
steps:
|
||||||
|
- name: release a new version
|
||||||
|
image: plugins/downstream
|
||||||
|
settings:
|
||||||
|
server: https://build.coopcloud.tech
|
||||||
|
token:
|
||||||
|
from_secret: drone_abra-bot_token
|
||||||
|
fork: true
|
||||||
|
repositories:
|
||||||
|
- toolshed/auto-recipes-catalogue-json
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event: tag
|
||||||
|
|||||||
@ -7,7 +7,7 @@ A platform for community discussion
|
|||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
* **Category**: Apps
|
* **Category**: Apps
|
||||||
* **Status**:
|
* **Status**:
|
||||||
* **Image**: [`bitnami/discourse`](https://hub.docker.com/r/bitname/discourse)
|
* **Image**: [`bitnami/discourse`](https://hub.docker.com/r/bitnami/discourse)
|
||||||
* **Healthcheck**: yes
|
* **Healthcheck**: yes
|
||||||
* **Backups**: no
|
* **Backups**: no
|
||||||
* **Email**: yes
|
* **Email**: yes
|
||||||
|
|||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user