Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 97de710

Browse files
author
gitgitWi
committed
Chore/CI: change postion for adding secret env. of function baseUrl
1 parent d1d5a4d commit 97de710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ name: Deploy to Firebase Hosting on merge
66
push:
77
branches:
88
- main
9-
env:
10-
VUE_APP_SECTORS_FUNCTION_BASEURL: "${{ secrets.VUE_APP_SECTORS_FUNCTION_BASEURL }}"
119
jobs:
1210
build_and_deploy:
1311
runs-on: ubuntu-latest
@@ -25,6 +23,8 @@ jobs:
2523
node-version: "14.x"
2624
- run: echo "VUE_APP_LAST_BUILD=$(TZ="Asia/Seoul" date +'%Y-%m-%d %H:%M')" >> $GITHUB_ENV && echo $VUE_APP_LAST_BUILD
2725
- run: yarn install --frozen-lockfile --production && yarn build
26+
with:
27+
VUE_APP_SECTORS_FUNCTION_BASEURL: "${{ secrets.VUE_APP_SECTORS_FUNCTION_BASEURL }}"
2828
- uses: FirebaseExtended/action-hosting-deploy@v0
2929
with:
3030
repoToken: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)