Skip to content

feat: add support for stale-while-revalidate pattern with new IsFetch… #17

feat: add support for stale-while-revalidate pattern with new IsFetch…

feat: add support for stale-while-revalidate pattern with new IsFetch… #17

Workflow file for this run

name: Deploy Sample App
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Server
uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
script: /home/mashrul/deploy-blazorstore.sh