Simplify deploy script usage comments
Deploy ru-vps / deploy (push) Successful in 24s
Deploy cloud-pc / deploy (push) Failing after 40s
Deploy mini-pc / deploy (push) Successful in 35s

This commit is contained in:
Dmitry
2026-05-28 21:12:39 +03:00
parent e6bfa13eb2
commit 673e2c838d
4 changed files with 10 additions and 13 deletions
+3 -3
View File
@@ -8,10 +8,10 @@ on:
required: false
push:
paths:
- '.gitea/workflows/deploy-cloud-pc.yml'
- 'cloud-pc/**'
- ".gitea/workflows/deploy-cloud-pc.yml"
- "cloud-pc/**"
schedule:
- cron: '0 4 * * *'
- cron: "0 4 * * *"
jobs:
deploy: