Skip to content

Commit 629b342

Browse files
committed
fix(ci): fix deploy to firebase
1 parent 68366c2 commit 629b342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/adev-staging-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build adev and deploy to staging
33
on:
44
push:
55
branches:
6-
- main
6+
- fix-deploy-to-firebase
77

88
env:
99
BAZEL_REPO_CACHE_PATH: '~/.cache/bazel_repo_cache'
@@ -46,4 +46,4 @@ jobs:
4646
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
4747
projectId: angular-hispano-staging
4848
channelId: live
49-
target: staging
49+
target: docs

0 commit comments

Comments
 (0)