cd: fix repo name, switch user, drop matrix notification
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2025-01-04 23:23:34 -05:00
parent 5881a5bd21
commit c1a479ff27

View File

@ -5,10 +5,10 @@ steps:
- name: bundle static - name: bundle static
image: plugins/docker image: plugins/docker
settings: settings:
username: 3wordchant username: abra-bot
password: password:
from_secret: git_coopcloud_tech_token_3wc from_secret: git_coopcloud_tech_token_abra_bot
repo: git.coopcloud.tech/coop-cloud/coopcloud.tech repo: git.coopcloud.tech/toolshed/coopcloud.tech
tags: latest tags: latest
registry: git.coopcloud.tech registry: git.coopcloud.tech
@ -22,20 +22,6 @@ steps:
depends_on: depends_on:
- bundle static - bundle static
- name: notify coopcloud-dev on failure
image: plugins/matrix
settings:
homeserver: https://matrix.autonomic.zone
roomid: "IFazIpLtxiScqbHqoa:autonomic.zone"
userid: "@autono-bot:autonomic.zone"
accesstoken:
from_secret: autono_bot_access_token
depends_on:
- bundle static
- deployment
when:
status:
- failure
trigger: trigger:
branch: branch:
- main - main