Skip to content

Commit

Permalink
chore: Serve production public webpage by public-web app
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonho-okg committed Feb 25, 2022
1 parent fa289cb commit 4bf1ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
CORE_CUSTOM_DOMAIN_LIST: '["core.frontline.live"]'
CORE_SERVER_HOST: 'https://core.frontline.live'
CORE_CORS_ALLOWED_ORIGINS: '["https://beta.frontline.live", "https://admin.frontline.live", "https://www.frontline.live", "https://frontline.live"]'
PUBLICWEB_CUSTOM_DOMAIN_LIST: '["beta.frontline.live"]'
PUBLICWEB_CUSTOM_DOMAIN_LIST: '["www.frontline.live", "frontline.live", "beta.frontline.live"]'
PUBLICWEB_PUBLIC_URL: 'https://beta.frontline.live'
PUBLICWEB_API_ENDPOINT: 'https://core.frontline.live/api'
WEB_CUSTOM_DOMAIN_LIST: '["admin.frontline.live", "www.frontline.live", "frontline.live"]'
WEB_CUSTOM_DOMAIN_LIST: '["admin.frontline.live"]'
WEBSITE_CANONICAL_URL: "https://www.frontline.live"

0 comments on commit 4bf1ba2

Please sign in to comment.