Update deployment workflows and Docker Compose configurations for cloud-pc, mini-pc, and ru-vps services to specify correct runner labels and improve deployment processes.
Deploy ru-vps / deploy (push) Failing after 15s
Deploy mini-pc / deploy (push) Failing after 5s
Deploy cloud-pc / deploy (push) Failing after 10s

This commit is contained in:
Dmitry
2026-05-27 15:47:28 +03:00
parent 9b361aa169
commit e3b484812e
6 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: cloud-pc
steps:
- uses: actions/checkout@v3
with: