diff --git a/.drone.yml b/.drone.yml index 592b1da..8b07eaa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,12 @@ steps: commands: - markdownlint 'README.md' +trigger: + ref: + - refs/heads/master + - refs/pull/** + - refs/tags/** + --- kind: pipeline name: build-container @@ -110,6 +116,9 @@ trigger: - refs/pull/** - refs/tags/** +depends_on: +- test + --- kind: pipeline name: notifications @@ -176,6 +185,6 @@ depends_on: --- kind: signature -hmac: 20e271aacf8ef05630bc61deab74c99c72550f968b356fdba962f829bacb4352 +hmac: 40dabc68902901db429347b4a29c93f5b562556ba9475692a739230c3ede61c8 ... diff --git a/README.md b/README.md index ec38ce7..06c0ffa 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ volumes: ## 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.