.gitea/workflows/dotnet-deploy.yml aktualisiert
Some checks failed
Build & Deploy .NET to 192.168.1.100 / build-and-deploy (push) Failing after 30s

This commit is contained in:
2026-01-13 21:14:25 +00:00
parent 18a8502118
commit 695b75880a

View File

@@ -1,4 +1,3 @@
name: Build & Deploy .NET to 192.168.1.100
on:
@@ -20,6 +19,9 @@ jobs:
# runs-on: [self-hosted, linux]
steps:
- name: Host override setzen
run: |
echo "192.168.1.200 gitea.pldpro.at" >> /etc/hosts
- name: Checkout
uses: actions/checkout@v4