We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87df19d commit 3998dd0Copy full SHA for 3998dd0
.github/workflows/deploy-Dataspace.yml
@@ -17,6 +17,7 @@ env:
17
NEXT_PUBLIC_ENABLE_ACCESSMODEL: ${{secrets.NEXT_PUBLIC_ENABLE_ACCESSMODEL_DS}}
18
NEXT_PUBLIC_BACKEND_GRAPHQL_URL: ${{secrets.NEXT_PUBLIC_BACKEND_GRAPHQL_URL_DS}}
19
BACKEND_URL: ${{secrets.BACKEND_URL}}
20
+ NEXT_PUBLIC_PLATFORM_URL: ${{secrets.NEXT_PUBLIC_PLATFORM_URL}}
21
22
jobs:
23
deploy:
.github/workflows/pre-merge.yml
@@ -19,6 +19,8 @@ env:
BACKEND_GRAPHQL_URL: ${{secrets.BACKEND_GRAPHQL_URL_DS}}
+
24
25
26
build:
0 commit comments