This commit is contained in:
parent
6355945205
commit
2a74fcf29f
11
.drone.yml
11
.drone.yml
@ -12,6 +12,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- markdownlint 'README.md'
|
- markdownlint 'README.md'
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
ref:
|
||||||
|
- refs/heads/master
|
||||||
|
- refs/pull/**
|
||||||
|
- refs/tags/**
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build-container
|
name: build-container
|
||||||
@ -110,6 +116,9 @@ trigger:
|
|||||||
- refs/pull/**
|
- refs/pull/**
|
||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- test
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: notifications
|
name: notifications
|
||||||
@ -176,6 +185,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 20e271aacf8ef05630bc61deab74c99c72550f968b356fdba962f829bacb4352
|
hmac: 40dabc68902901db429347b4a29c93f5b562556ba9475692a739230c3ede61c8
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -56,7 +56,7 @@ volumes:
|
|||||||
|
|
||||||
## Environment variables
|
## Environment variables
|
||||||
|
|
||||||
### freshrss
|
### FreshRSS
|
||||||
|
|
||||||
> **WARNING**: Don't change any system settings through the web UI! These changes will be overwritten at EVERY container startup. Use the provided environment variables instead.
|
> **WARNING**: Don't change any system settings through the web UI! These changes will be overwritten at EVERY container startup. Use the provided environment variables instead.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user