From 8aade018a6336ba54c26b706a9a3ee8ca91828a9 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Fri, 3 Nov 2023 16:53:33 +0000 Subject: [PATCH] ci: deploy dev-app to ng-comp-devapp.web.app Instead of using a preview channel, we are deploying to a live channel so that we have a static URL for team members. For this we created a separate new sub-site in the ng-dev-previews Firebase project- still allowing us to benefit from the dev-infra maintenance of the project (and token/secret management). --- .github/workflows/deploy-dev-app-main-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index e765dc344923..1b0dc434202a 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -9,8 +9,8 @@ permissions: env: PREVIEW_PROJECT: ng-dev-previews - PREVIEW_SITE: ng-dev-previews-comp - PREVIEW_CHANNEL: main-branch + PREVIEW_SITE: ng-comp-devapp + PREVIEW_CHANNEL: live jobs: deploy-material2-dev: