Add Env Variables to build step
Some checks failed
Some checks failed
This commit is contained in:
parent
489158d1c4
commit
12b5fc5ccb
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Checking Out Repository Code
|
name: Checking Out Repository Code
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
|
-
|
||||||
|
name: Preparing Environment
|
||||||
|
run: |
|
||||||
|
echo DATABASE_URL=$DATABASE_URL >> .env
|
||||||
|
echo MACHINE_GROUP_ID=12 >> .env
|
||||||
|
echo UPTIME_KUMA_URL= >> .env
|
||||||
-
|
-
|
||||||
name: Compiling To Linux Target
|
name: Compiling To Linux Target
|
||||||
run: |
|
run: |
|
||||||
|
|
Reference in a new issue