Skip to content

feat: add synchronous localStorage operations and state hydration sup… #20

feat: add synchronous localStorage operations and state hydration sup…

feat: add synchronous localStorage operations and state hydration sup… #20

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/[email protected]
with:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
script: /home/mashrul/deploy-blazorstore.sh