Skip to content

Commit

Permalink
ci: update path export in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Aug 24, 2024
1 parent c203792 commit 57f41e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
username: ${{ secrets.DROPLET_USER }}
key: ${{ secrets.DROPLET_SSH_KEY }}
script: |
export PNPM_HOME=$HOME/n/bin/pnpm
export PATH=$PNPM_HOME:$PATH
export PATH=$HOME/n/bin:$PATH
cd animechan
./deploy.sh

0 comments on commit 57f41e1

Please sign in to comment.