4 Commits

Author SHA1 Message Date
1c923a3b24 remove unused file 2024-12-06 14:03:53 +01:00
d118467933 add file preview 2024-12-06 14:03:11 +01:00
9dddf31e56 refactor 2024-12-05 12:16:38 +01:00
e8e45a4040 refactor 2024-12-05 12:15:07 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@ xdebug_enabled: false
additional_hostnames: [] additional_hostnames: []
additional_fqdns: [] additional_fqdns: []
database: database:
type: postgres type: mariadb
version: "17" version: "10.11"
use_dns_when_possible: true use_dns_when_possible: true
composer_version: "2" composer_version: "2"
web_environment: [] web_environment: []

View File

@ -7,10 +7,10 @@ on:
- main - main
jobs: jobs:
build: build:
runs-on: remote runs-on: ubuntu-latest
steps: steps:
- uses: https://git.simonis.lol/actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://git.simonis.lol/actions/login@v1 - uses: docker/login-action@v1
with: with:
registry: git.simonis.lol registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }} username: ${{ vars.DOCKER_USER }}