Get DATABASE_URL from Secrets until UI Update adds Variables
All checks were successful
All checks were successful
This commit is contained in:
parent
12b5fc5ccb
commit
51ade4a3a1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
-
|
||||
name: Preparing Environment
|
||||
run: |
|
||||
echo DATABASE_URL=$DATABASE_URL >> .env
|
||||
echo DATABASE_URL=${{ secrets.DATABASE_URL }} >> .env
|
||||
echo MACHINE_GROUP_ID=12 >> .env
|
||||
echo UPTIME_KUMA_URL= >> .env
|
||||
-
|
||||
|
|
Reference in a new issue