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
+4
View File
@@ -0,0 +1,4 @@
APP_ENV=prod
APP_SECRET=%env(APP_SECRET)%
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
DATABASE_URL="postgresql://%env(DATABASE_USER)%:%env(DATABASE_PASSWORD)%@database:5432/taxes?serverVersion=13&charset=utf8"