Update deploy-dev.yml to change runner configuration from self-hosted to linux_amd64
Some checks failed
Deploy Dev (Fixed) / build-and-deploy (push) Failing after 9s

This commit is contained in:
2026-02-12 10:53:44 +03:30
parent b16261928c
commit 1b4a380cc9

View File

@@ -10,7 +10,7 @@ env:
jobs: jobs:
build-and-deploy: build-and-deploy:
# ✅ self-hosted runner # ✅ self-hosted runner
runs-on: [self-hosted, ubuntu-latest] runs-on: [linux_amd64, ubuntu-latest]
steps: steps:
# ✅ Fix DNS - IP واقعی Gitea! # ✅ Fix DNS - IP واقعی Gitea!