mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 17:39:40 +02:00
Sends a message to a Matrix room when a deploy fails, including the failing services, commit, deployer, and a link to the logs. Requires two GitHub Actions secrets: - DEPLOY_NOTIFY_ROOM_ID: Matrix room ID - DEPLOY_NOTIFY_BOT_TOKEN: Matrix bot access token Skips silently if secrets are not configured. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
268 B
Text
27 lines
268 B
Text
# Umgebungsvariablen
|
|
.env
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
package-lock.json
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Betriebssystem-Dateien
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE und Editor Dateien
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Build-Verzeichnisse
|
|
dist/
|
|
build/
|