ci: add pull request check Gitea actions #73

Merged
matous-volf merged 8 commits from ci/gitea-actions into main 2024-12-30 11:39:58 +00:00
8 changed files with 69 additions and 67 deletions
Showing only changes of commit 149451cc77 - Show all commits

View File

@ -5,5 +5,5 @@
/node_modules/ /node_modules/
/static/ /static/
/target/ /target/
/docker-compose-dev.yml /docker-compose-dev.yaml
/docker-compose-prod.yml /docker-compose-prod.yaml

View File

@ -3,7 +3,7 @@
<deployment type="docker-compose.yml"> <deployment type="docker-compose.yml">
<settings> <settings>
<option name="envFilePath" value="" /> <option name="envFilePath" value="" />
<option name="sourceFilePath" value="docker-compose-dev.yml" /> <option name="sourceFilePath" value="docker-compose-dev.yaml" />
</settings> </settings>
</deployment> </deployment>
<method v="2" /> <method v="2" />

View File

@ -1,3 +1,4 @@
---
services: services:
app: app:
build: build:

View File

@ -1,3 +1,4 @@
---
services: services:
app: app:
build: build: