mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Test new production deployment
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user