feat: Integrate Traefik for API and web routing with TLS, updating build workflow to use new HTTPS API endpoints.
Build & Push Hospitality / build-and-push (push) Successful in 3m41s
Build & Push Hospitality / build-and-push (push) Successful in 3m41s
This commit is contained in:
@@ -45,9 +45,9 @@ jobs:
|
||||
- name: Build Frontend (${{ env.TAG }})
|
||||
run: |
|
||||
if [ "$TAG" = "dev" ]; then
|
||||
API_URL="http://t610:5005/api"
|
||||
API_URL="https://hospitality-dev-api.theriise.net/api"
|
||||
else
|
||||
API_URL="http://t610:5004/api"
|
||||
API_URL="https://hospitality-api.theriise.net/api"
|
||||
fi
|
||||
|
||||
docker build \
|
||||
|
||||
Reference in New Issue
Block a user