diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index f0fe01d..a2fc9f9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest container: image: gitea/runner-images:ubuntu-latest - options: --user root + options: --user root --add-host localhost:192.168.14.190 steps: - name: Fix Networking and Environment