add env variables to deployment

This commit is contained in:
Andras Bacsai
2023-05-05 09:02:50 +02:00
parent 1e98cddaa6
commit 23f58b8c13
5 changed files with 51 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
'isWarning' => null,
'defaultClass' => 'text-white bg-neutral-800 hover:bg-violet-600 w-28',
'defaultWarningClass' => 'text-white bg-red-500 hover:bg-red-600 w-28',
'loadingClass' => 'text-black bg-green-500',
'loadingClass' => 'text-black bg-green-500 w-28',
'confirm' => null,
'confirmAction' => null,
])