Lösche nicht benötigte Dateien, füge Gitea-Action hinzu.
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 7s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 7s
This commit is contained in:
16
.gitea/workflows/build-deploy.yaml
Normal file
16
.gitea/workflows/build-deploy.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Productdefinitions Build & Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build and Run
|
||||
run: |
|
||||
docker compose up -d --build
|
||||
Reference in New Issue
Block a user