2021-05-12 09:43:43 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: deploy to swarm-test.autonomic.zone
|
|
|
|
steps:
|
|
|
|
- name: deployment
|
2023-01-21 19:49:56 +00:00
|
|
|
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
2021-05-12 09:43:43 +00:00
|
|
|
settings:
|
|
|
|
host: swarm-test.autonomic.zone
|
|
|
|
stack: rstudio
|
2023-01-21 02:51:33 +00:00
|
|
|
generate_secrets: true
|
2023-01-20 19:58:41 +00:00
|
|
|
networks:
|
|
|
|
- proxy
|
2021-05-12 09:43:43 +00:00
|
|
|
purge: true
|
|
|
|
deploy_key:
|
|
|
|
from_secret: drone_ssh_swarm_test
|
|
|
|
environment:
|
|
|
|
DOMAIN: rstudio.swarm-test.autonomic.zone
|
|
|
|
STACK_NAME: rstudio
|
|
|
|
LETS_ENCRYPT_ENV: production
|
2023-01-21 02:44:52 +00:00
|
|
|
CUSTOM_ENTRYPOINT_VERSION: v1
|
|
|
|
OIDC_CONF_VERSION: v1
|
|
|
|
PAM_EXEC_OAUTH2_YAML_VERSION: v1
|
|
|
|
PAM_SCRIPT_AUTH_VERSION: v1
|
|
|
|
SECRET_ADMIN_PASSWORD_VERSION: v1
|
2021-05-12 09:43:43 +00:00
|
|
|
trigger:
|
|
|
|
branch:
|
|
|
|
- main
|
2021-06-03 21:01:22 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
2023-01-20 18:27:12 +00:00
|
|
|
name: generate recipe catalogue
|
2021-06-03 21:01:22 +00:00
|
|
|
steps:
|
|
|
|
- name: release a new version
|
2023-01-20 18:27:12 +00:00
|
|
|
image: plugins/downstream
|
2021-06-03 21:01:22 +00:00
|
|
|
settings:
|
2023-01-20 18:27:12 +00:00
|
|
|
server: https://build.coopcloud.tech
|
|
|
|
token:
|
|
|
|
from_secret: drone_abra-bot_token
|
|
|
|
fork: true
|
|
|
|
repositories:
|
|
|
|
- coop-cloud/auto-recipes-catalogue-json
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
event: tag
|