11 Commits

Author SHA1 Message Date
3wc
f472e38aae chore: publish 1.3.1+2.17.0 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-27 12:52:40 -04:00
3wc
a646327283 Switch to self-hosted stack-ssh-deploy image [mass update]
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-21 11:49:55 -08:00
3wc
1283e01b52 Fix CI by adding networks: [mass update]
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-20 11:58:41 -08:00
3wc
fadf67f847 Automatically generate catalogue on release [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:11 -08:00
3wc
0357b469f6 Update abra syntax in examples (finally) [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-19 16:02:27 -08:00
3wc
057ab4df40 chore: publish 1.3.0+2.16.0 release
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-22 11:26:55 -08:00
b5d4fc5d58 chore: publish 1.2.0+2.12.0 release
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-01 09:28:25 +02:00
494b4d934d remove old cruft 2022-06-01 09:25:39 +02:00
3wc
a3bc5d6823 Goodbye, emojis! 😢
[ci skip]
2021-11-23 12:19:04 +02:00
3wc
229b41df1f Mass README update
[ci skip]
2021-11-21 21:31:59 +02:00
f5a160f232 chore: new v2.4 release
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-12 11:36:05 +02:00
4 changed files with 23 additions and 18 deletions

View File

@ -3,10 +3,12 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: drone
networks:
- proxy
deploy_key:
from_secret: drone_ssh_swarm_test
generate_secrets: true
@ -24,11 +26,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 drone 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

View File

@ -3,14 +3,14 @@
[![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/drone/status.svg)](https://drone.autonomic.zone/coop-cloud/drone)
<!-- metadata -->
* **Category**: Development
* **Status**: ?
* **Image**: [`drone/drone`](https://hub.docker.com/r/drone/drone), ❶💚, upstream
* **Category**: Apps
* **Status**: 1, alpha
* **Image**: [`drone/drone`](https://hub.docker.com/r/drone/drone), 4, upstream
* **Healthcheck**: Yes
* **Backups**: ?
* **Email**: ?
* **Tests**: ❷💛
* **SSO**: ❶💚 (OAuth)
* **Tests**: 2
* **SSO**: 3 (OAuth)
<!-- endmetadata -->
## Basic usage
@ -19,9 +19,9 @@
2. Deploy [`coop-cloud/traefik`]
3. `abra app new drone --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
4. `abra app YOURAPPDOMAIN config` - be sure to change `DOMAIN` to something that resolves to
4. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to
your Docker swarm box
5. `abra app YOURAPPDOMAIN deploy`
5. `abra app deploy YOURAPPDOMAIN`
6. Open the configured domain in your browser to finish set-up
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "drone/drone:2.0.4"
image: "drone/drone:2.17.0"
volumes:
- "data:/data"
configs:
@ -39,7 +39,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.0.0+2.0.4"
- "coop-cloud.${STACK_NAME}.version=1.3.1+2.17.0"
volumes:
data:

View File

@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}