.gitea/workflows/dotnet-deploy.yml aktualisiert
Some checks failed
Build & Deploy .NET to 192.168.1.100 / build-and-deploy (push) Failing after 30s
Some checks failed
Build & Deploy .NET to 192.168.1.100 / build-and-deploy (push) Failing after 30s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user