Test new production deployment

This commit is contained in:
2025-11-27 14:28:12 +03:00
Unverified
parent 84aae7721b
commit 807cbe88d2
9 changed files with 627 additions and 15 deletions
+11 -11
View File
@@ -3,17 +3,17 @@ name: Deploy to server
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths:
- "backend/**"
- "frontend/**"
- "deployment/**"
- "**/package.json"
- ".nvmrc"
- ".github/workflows/deploy.yml"
- "!frontend/electron/**"
- "!**.d.ts"
# push:
# branches: ["main"]
# paths:
# - "backend/**"
# - "frontend/**"
# - "deployment/**"
# - "**/package.json"
# - ".nvmrc"
# - ".github/workflows/deploy.yml"
# - "!frontend/electron/**"
# - "!**.d.ts"
workflow_dispatch:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.