Liaoyuan

Results 4 comments of Liaoyuan

jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} cache: npm - run: yarn build env: NITRO_PRESET: firebase - name: Deploy to Firebase...

firebase.json `{ "functions": { "source": ".output/server" }, "hosting": [ { "site": "nitro-deployment", "public": ".output/public", "cleanUrls": true, "rewrites": [ { "source": "**", "function": "server" } ] } ] }`

2022-05-31T11:41:09.8506839Z remote: Compressing objects: 92% (39/42) 2022-05-31T11:41:09.8507294Z remote: Compressing objects: 95% (40/42) 2022-05-31T11:41:09.8507748Z remote: Compressing objects: 97% (41/42) 2022-05-31T11:41:09.8508197Z remote: Compressing objects: 100% (42/42) 2022-05-31T11:41:09.8508677Z remote: Compressing objects: 100% (42/42),...

add this line beforce uses: akhileshns/[email protected] - run: git pull