add pipeline 11
Some checks failed
Build-und-Deploy / build-and-deploy (push) Failing after 12s

This commit is contained in:
Nils Burghardt
2025-07-13 15:54:11 +02:00
parent 2038c61178
commit 3bc6e143f7

View File

@@ -7,14 +7,14 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest # auf dem Host (nicht in einem Container)
runs-on: ubuntu-latest
steps:
- name: 🧾 Repository auschecken
uses: actions/checkout@v3
- name: 🧼 IP-Adresse von Gitea zu /etc/hosts hinzufügen
run: echo "172.26.0.2 gitea" | sudo tee -a /etc/hosts
run: echo "172.26.0.2 gitea" >> /etc/hosts
- name: 🛠 Baue das Projekt mit Gradle (ohne Tests)
run: |