forked from coop-cloud/backup-bot-two
Compare commits
4 Commits
main
...
bb2-classi
Author | SHA1 | Date | |
---|---|---|---|
5e373b24c8 | |||
7f1a02523e | |||
b01ad30ea0 | |||
5e1032682b |
28
.drone.yml
28
.drone.yml
@ -10,12 +10,12 @@ steps:
|
|||||||
- name: publish image
|
- name: publish image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
username: 3wordchant
|
||||||
username: thecoopcloud
|
|
||||||
password:
|
password:
|
||||||
from_secret: thecoopcloud_password
|
from_secret: git_coopcloud_tech_token_3wc
|
||||||
repo: thecoopcloud/backup-bot-two
|
repo: git.coopcloud.tech/coop-cloud/backup-bot-two
|
||||||
tags: latest
|
tags: 1.0.0
|
||||||
|
registry: git.coopcloud.tech
|
||||||
depends_on:
|
depends_on:
|
||||||
- run shellcheck
|
- run shellcheck
|
||||||
when:
|
when:
|
||||||
@ -25,4 +25,20 @@ steps:
|
|||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- bb2-classic
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: generate recipe catalogue
|
||||||
|
steps:
|
||||||
|
- name: release a new version
|
||||||
|
image: plugins/downstream
|
||||||
|
settings:
|
||||||
|
server: https://build.coopcloud.tech
|
||||||
|
token:
|
||||||
|
from_secret: drone_abra-bot_token
|
||||||
|
fork: true
|
||||||
|
repositories:
|
||||||
|
- coop-cloud/auto-recipes-catalogue-json
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event: tag
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: thecoopcloud/backup-bot-two:latest
|
image: git.coopcloud.tech/coop-cloud/backup-bot-two:1.0.0
|
||||||
# build: .
|
# build: .
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
@ -24,7 +24,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule="
|
- "traefik.http.routers.${STACK_NAME}.rule="
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- coop-cloud.${STACK_NAME}.version=0.1.0+latest
|
- coop-cloud.${STACK_NAME}.version=0.2.1+1.0.0
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
backups:
|
backups:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user