generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fix FE url endpoint changing for each deployment environment …
…part1" This reverts commit 3b51d59.
- Loading branch information
Showing
9 changed files
with
52 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ on: | |
push: | ||
tags: | ||
- sprint-**-release | ||
branches: | ||
- CI-CD | ||
|
||
env: | ||
REGISTRY: ghcr.io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Parameters for local deployment | ||
VITE_BACKEND_HOST = "localhost_blabla" | ||
VITE_BACKEND_PORT = 8081 | ||
VITE_API_HOST_DEV = "localhost" | ||
VITE_API_PORT_DEV = 8081 | ||
|
||
# Parameters for test environment deployment | ||
VITE_API_HOST_TEST = "test.amos.b-ci.de" | ||
VITE_API_PORT_TEST = 8081 | ||
|
||
# Parameters for production environment deployment | ||
VITE_API_HOST_PRODUCTION = "prod.amos.b-ci.de" | ||
VITE_API_PORT_PRODUCTION = 8081 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.