deploy.yml hinzugefügt

This commit is contained in:
gitea-enwelo-jba 2026-04-24 07:16:37 +00:00
parent 8204a619fb
commit cbad96d7d5
1 changed files with 10 additions and 0 deletions

10
deploy.yml Normal file
View File

@ -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