3wc 5d90eac73b
All checks were successful
continuous-integration/drone/push Build is passing
Revert "Add build failure notifications"
This reverts commit 52a3cd95207b26ac3ca7118b01e46c30a8376333.
2025-01-04 17:55:38 -05:00

27 lines
619 B
YAML

---
kind: pipeline
name: publish
steps:
- name: build static
image: plugins/docker
settings:
username: abra-bot
password:
from_secret: git_coopcloud_tech_token_abra_bot
repo: git.coopcloud.tech/toolshed/docs.coopcloud.tech
tags: latest
registry: git.coopcloud.tech
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
stack: coop_cloud_mkdocs
host: swarm-0.coopcloud.tech
deploy_key:
from_secret: drone_ssh_swarm-0_coopcloud_tech
depends_on:
- build static
trigger:
branch:
- main