production and staging(development)

This commit is contained in:
2026-04-27 11:07:18 +03:00
parent 34a5e2cc3e
commit 2d4c785e24
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
build-and-deploy:
runs-on: self-hosted # Твой runner на Hetzner в Хельсинки
runs-on: ubuntu-latest # Твой runner на Hetzner в Хельсинки
steps:
- name: Checkout Code
uses: actions/checkout@v3