diff options
| author | jackyzha0 <[email protected]> | 2021-03-01 16:12:34 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-01 16:12:34 -0800 |
| commit | bcb3028bf28cccbff52c1405a6ece41954b9c7e2 (patch) | |
| tree | e259bf02b59b143794a7fd5c354de22716d5cb96 | |
| parent | change npm script to use yarn instead (diff) | |
| download | ctrl-v-bcb3028bf28cccbff52c1405a6ece41954b9c7e2.tar.xz ctrl-v-bcb3028bf28cccbff52c1405a6ece41954b9c7e2.zip | |
add entrypoint arg
| -rw-r--r-- | .github/workflows/firebase-hosting-merge.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/firebase-hosting-pull-request.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 2362294..462e16e 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -21,5 +21,6 @@ jobs: firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CTRL_V_A8EFD }}' channelId: live projectId: ctrl-v-a8efd + entryPoint: "./frontend" env: FIREBASE_CLI_PREVIEWS: hostingchannels diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 2f6e20e..a33a545 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -17,5 +17,6 @@ jobs: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CTRL_V_A8EFD }}' projectId: ctrl-v-a8efd + entryPoint: "./frontend" env: FIREBASE_CLI_PREVIEWS: hostingchannels |