deploy.yml hinzugefügt
This commit is contained in:
parent
8204a619fb
commit
cbad96d7d5
|
|
@ -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
|
||||||
Loading…
Reference in New Issue