forked from coop-cloud/wordpress
Compare commits
3 Commits
2.2.0+6.1.
...
2.2.1+6.1.
Author | SHA1 | Date | |
---|---|---|---|
5941680738 | |||
112c7a8f03 | |||
2550098aee |
BIN
.abra.sh.swp
BIN
.abra.sh.swp
Binary file not shown.
BIN
.compose.yml.swo
BIN
.compose.yml.swo
Binary file not shown.
BIN
.compose.yml.swp
BIN
.compose.yml.swp
Binary file not shown.
16
.drone.yml
16
.drone.yml
@ -24,11 +24,17 @@ trigger:
|
||||
- master
|
||||
---
|
||||
kind: pipeline
|
||||
name: recipe release
|
||||
name: generate recipe catalogue
|
||||
steps:
|
||||
- name: release a new version
|
||||
image: thecoopcloud/drone-abra:latest
|
||||
image: plugins/downstream
|
||||
settings:
|
||||
command: recipe wordpress release
|
||||
deploy_key:
|
||||
from_secret: abra_bot_deploy_key
|
||||
server: https://build.coopcloud.tech
|
||||
token:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- coop-cloud/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
|
@ -50,7 +50,7 @@ services:
|
||||
#- "traefik.http.routers.${STACK_NAME}.rule=HostRegexp(`{subdomain:.+}.${DOMAIN}`, `${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.2.0+6.1.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.2.1+6.1.1"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/var/www/html"
|
||||
|
||||
|
Reference in New Issue
Block a user