Skip to content

Commit d87043c

Browse files
authored
ci: deploy dev-app to ng-comp-devapp.web.app (#28053)
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).
1 parent 93f05d6 commit d87043c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-dev-app-main-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ permissions:
99

1010
env:
1111
PREVIEW_PROJECT: ng-dev-previews
12-
PREVIEW_SITE: ng-dev-previews-comp
13-
PREVIEW_CHANNEL: main-branch
12+
PREVIEW_SITE: ng-comp-devapp
13+
PREVIEW_CHANNEL: live
1414

1515
jobs:
1616
deploy-material2-dev:

0 commit comments

Comments
 (0)