Skip to content

feat: enhance cache management with async methods and improve disposa… #15

feat: enhance cache management with async methods and improve disposa…

feat: enhance cache management with async methods and improve disposa… #15

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