Compare commits

...

4 Commits

Author SHA1 Message Date
4826805f57 Merge pull request 'main' (#1) from sites/file-explorer:main into main
Reviewed-on: #1
2024-12-20 06:54:18 +00:00
ca9a18987b refactor pipelines
Reviewed-on: sites/file-explorer#10
2024-12-19 13:06:24 +00:00
0e53f0a199 fix pipelines
Reviewed-on: sites/file-explorer#9
2024-12-11 21:21:41 +00:00
831466cba9
change ddev db version bc idk 2024-12-11 22:01:24 +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: mariadb type: postgres
version: "10.11" version: "17"
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: ubuntu-latest runs-on: remote
steps: steps:
- uses: actions/checkout@v4 - uses: https://git.simonis.lol/actions/checkout@v4
- uses: docker/login-action@v1 - uses: https://git.simonis.lol/actions/login@v1
with: with:
registry: git.simonis.lol registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }} username: ${{ vars.DOCKER_USER }}