add secrets; add action to build and deploy
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'APP_SECRET' => null,
|
||||
'DATABASE_PASSWORD' => null,
|
||||
'DATABASE_USER' => null,
|
||||
];
|
||||
Reference in New Issue
Block a user