Skip to content

feat(pagination): style #87

feat(pagination): style

feat(pagination): style #87

Workflow file for this run

name: Deploy to Server 👻
on:
push:
branches:
- main
paths:
- 'Cargo.toml'
jobs:
deploy:
name: Deploy 📦
runs-on: ubuntu-latest
steps:
- name: connect/deploy
uses: appleboy/ssh-action@dce9d565de8d876c11d93fa4fe677c0285a66d78
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: bash /heydari/config/deploy.sh