|
|
@ -12,9 +12,12 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- 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 |
|
|
|
- uses: FirebaseExtended/action-hosting-deploy@v0 |
|
|
|
with: |
|
|
|
with: |
|
|
|
|
|
|
|
entryPoint: ./client |
|
|
|
repoToken: '${{ secrets.GITHUB_TOKEN }}' |
|
|
|
repoToken: '${{ secrets.GITHUB_TOKEN }}' |
|
|
|
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FOXBANK_69 }}' |
|
|
|
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FOXBANK_69 }}' |
|
|
|
channelId: live |
|
|
|
channelId: live |
|
|
|