Compare commits

...

5 Commits

Author SHA1 Message Date
3wc d2815d13b3 Switch to self-hosted stack-ssh-deploy image [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-21 11:49:56 -08:00
3wc 47ca9cedbb Fix CI by adding networks: [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-20 11:58:41 -08:00
3wc 9ccf802176 Automatically generate catalogue on release [mass update]
continuous-integration/drone/push Build is failing Details
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:12 -08:00
3wc c9219fc2b1 Update abra syntax in examples (finally) [mass update]
continuous-integration/drone/push Build is failing Details
2023-01-19 16:02:28 -08:00
3wc 1c68b633b0 chore: publish 0.1.1+v0.90.78 release
continuous-integration/drone/push Build is failing Details
2022-04-02 13:18:51 +02:00
3 changed files with 18 additions and 10 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: statping
networks:
- proxy
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
@ -19,11 +21,17 @@ trigger:
- main
---
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 statping 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

@ -20,9 +20,9 @@ See [this wiki page](https://github.com/statping-ng/statping-ng/wiki/Docker/) fo
2. Deploy [`coop-cloud/traefik`]
3. `abra app new statping --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

@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: adamboutcher/statping-ng:v0.90.77
image: adamboutcher/statping-ng:v0.90.78
networks:
- proxy
volumes:
@ -22,7 +22,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8080"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.version=0.1.0+v0.90.77
- coop-cloud.${STACK_NAME}.version=0.1.1+v0.90.78
networks:
proxy:
external: true