Skip to content

feat: add cache management methods for invalidating and clearing cach… #12

feat: add cache management methods for invalidating and clearing cach…

feat: add cache management methods for invalidating and clearing cach… #12

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