Compare commits

...

7 Commits

Author SHA1 Message Date
Renovate Bot 6b59677976 Update wordpress Docker tag to v5.8.0
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details
2021-07-21 07:03:37 +00:00
3wc 08fc5fe2c6 Fix README formatting
continuous-integration/drone/push Build is failing Details
2021-07-11 17:14:52 +02:00
decentral1se de33fac3d3
Use new image namespace
continuous-integration/drone/push Build is failing Details
2021-06-21 12:32:21 +02:00
decentral1se d6125ba37a
Remove trigger, we make the tags [ci skip] 2021-06-04 00:15:45 +02:00
decentral1se 6551fd8f8c
Fix bad name in batch update script [ci skip] 2021-06-03 23:07:29 +02:00
decentral1se 14d50b851e
Add release logic to CI [ci skip] 2021-06-03 23:01:37 +02:00
decentral1se acd5e93a4b
Add some docs
continuous-integration/drone/push Build is passing Details
2021-06-02 11:26:03 +02:00
3 changed files with 19 additions and 1 deletions

View File

@ -22,3 +22,13 @@ steps:
trigger:
branch:
- master
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
settings:
command: recipe wordpress release
deploy_key:
from_secret: abra_bot_deploy_key

View File

@ -14,6 +14,7 @@ Coöp Cloud + [Wordpress](https://wordpress.org) = 🥳
- **Email**: ❶💚
- **Tests**: ❷💛
- **SSO**: No
<!-- endmetadata -->
## Basic usage
@ -56,6 +57,13 @@ _(Only tested using subdomains)_
## Email
There is a local or remote SMTP relay configuration available.
- **local**: `COMPOSE_FILE=compose.yml:compose.mailrelay.yml`
- **remote**: `COMPOSE_FILE=compose.yml:compose.mailrelay.yml:compose.smtp.yml`
Below are the instructions for the local relay.
1. Deploy [`postfix-relay`][cc-postfix-relay]
2. `abra app YOURAPPDOMAIN config`, and uncomment the email lines; change
`MAIL_FROM` to make sure the domain is the same as `postfix-relay`'s

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: "wordpress:5.7.2"
image: "wordpress:5.8.0"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks: