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:
|
||||
build-and-deploy:
|
||||
# ✅ self-hosted runner
|
||||
runs-on: [self-hosted, ubuntu-latest]
|
||||
runs-on: [linux_amd64, ubuntu-latest]
|
||||
|
||||
steps:
|
||||
# ✅ Fix DNS - IP واقعی Gitea!
|
||||
|
||||
Reference in New Issue
Block a user