Skip to content

Commit

Permalink
ci: deploy dev-app to ng-comp-devapp.web.app (#28053)
Browse files Browse the repository at this point in the history
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).

(cherry picked from commit d87043c)
  • Loading branch information
devversion committed Nov 3, 2023
1 parent 6fea9a1 commit 532eac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev-app-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 532eac9

Please sign in to comment.