From cbad96d7d51b2a793abaab11f395136b4d10e8c5 Mon Sep 17 00:00:00 2001 From: gitea-enwelo-jba Date: Fri, 24 Apr 2026 07:16:37 +0000 Subject: [PATCH] =?UTF-8?q?deploy.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deploy.yml diff --git a/deploy.yml b/deploy.yml new file mode 100644 index 0000000..28d84f2 --- /dev/null +++ b/deploy.yml @@ -0,0 +1,10 @@ +name: Deploy App +on: [push] +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Code holen + uses: actions/checkout@v4 + - name: App starten + run: docker compose up -d --build --force-recreate \ No newline at end of file