Skip to content

refactor(auth): streamline protected route validation logic (#117) #74

refactor(auth): streamline protected route validation logic (#117)

refactor(auth): streamline protected route validation logic (#117) #74

Workflow file for this run

name: Deployment
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: ssh into Droplet and execute commands
uses: appleboy/[email protected]
with:
host: ${{ secrets.DROPLET_HOST }}
username: ${{ secrets.DROPLET_USER }}
key: ${{ secrets.DROPLET_SSH_KEY }}
script: |
export PATH=$HOME/n/bin:$PATH
export PATH=$HOME/.local/share/pnpm:$PATH
cd animechan
./deploy.sh