chore: remove old files

This commit is contained in:
decentral1se 2022-01-05 18:40:10 +01:00
parent 1194776ddb
commit 345d676a54
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 0 additions and 35 deletions

View File

@ -1,32 +0,0 @@
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: minio
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: minio.swarm-test.autonomic.zone
STACK_NAME: minio
LETS_ENCRYPT_ENV: production
SECRET_SECRET_KEY_VERSION: v1
SECRET_ACCESS_KEY_VERSION: v1
trigger:
branch:
- main
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
settings:
command: recipe minio release
deploy_key:
from_secret: abra_bot_deploy_key

View File

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