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
Some checks failed
Deploy Dev (Fixed) / build-and-deploy (push) Failing after 9s
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user