add secrets; add action to build and deploy
Build and Deploy Docker / build (push) Failing after 24s
Build and Deploy Docker / deploy (push) Has been skipped

This commit is contained in:
2026-07-09 12:30:21 +02:00
parent 8b3f3e4608
commit 62cad948b7
11 changed files with 85 additions and 17 deletions
@@ -0,0 +1,7 @@
<?php
return [
'APP_SECRET' => null,
'DATABASE_PASSWORD' => null,
'DATABASE_USER' => null,
];