mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
fix: added env vars
This commit is contained in:
@@ -13,6 +13,10 @@ jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
ENVIRONMENT: "development"
|
||||
PORT: "42069"
|
||||
CORS_ALLOWED_ORIGINS: "*"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user