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/
/static/
/target/
/docker-compose-dev.yml
/docker-compose-prod.yml
/docker-compose-dev.yaml
/docker-compose-prod.yaml

View File

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

View File

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

View File

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