forked from cms/tibi-svelte-starter
🔧 fix: update API path in docker-compose-staging.yml for correct endpoint configuration
This commit is contained in:
@@ -105,6 +105,7 @@ jobs:
|
||||
# read .env
|
||||
set -o allexport
|
||||
. ./.env
|
||||
. ./api/config.yml.env
|
||||
set +o allexport
|
||||
|
||||
# replace / with -
|
||||
@@ -136,6 +137,7 @@ jobs:
|
||||
# read .env
|
||||
set -o allexport
|
||||
. ./.env
|
||||
. ./api/config.yml.env
|
||||
set +o allexport
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user