mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: use the config from adev for adev previews (#53955)
Properly use the adev firebase config. PR Close #53955
This commit is contained in:
parent
08233b8374
commit
0accc64cc0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/adev-preview-deploy.yml
vendored
4
.github/workflows/adev-preview-deploy.yml
vendored
|
|
@ -37,8 +37,8 @@ jobs:
|
|||
working-directory: ./
|
||||
run: |
|
||||
# We can use `npx` as the Firebase deploy actions uses it too.
|
||||
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
|
||||
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
|
||||
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
|
||||
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
|
||||
|
||||
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@73777547f819464aa5f48071b966eed34fd2c402
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue