Skip to content

feat: update version to 2.0.6 and enhance release notes with cache in… #13

feat: update version to 2.0.6 and enhance release notes with cache in…

feat: update version to 2.0.6 and enhance release notes with cache in… #13

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