mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-22 23:39:36 +02:00
Set working directory for actions
This commit is contained in:
parent
772fcccc7b
commit
2c28d5eb5c
2 changed files with 8 additions and 2 deletions
5
.github/workflows/firebase-hosting-merge.yml
vendored
5
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -12,9 +12,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm run build
|
||||
- name: Build Svelte app
|
||||
working-directory: ./client
|
||||
run: npm run build
|
||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
with:
|
||||
entryPoint: ./client
|
||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FOXBANK_69 }}'
|
||||
channelId: live
|
||||
|
|
|
@ -9,9 +9,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm run build
|
||||
- name: Build Svelte app
|
||||
working-directory: ./client
|
||||
run: npm run build
|
||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
with:
|
||||
entryPoint: ./client
|
||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FOXBANK_69 }}'
|
||||
projectId: foxbank-69
|
||||
|
|
Loading…
Add table
Reference in a new issue