Skip to content

Commit

Permalink
fix: change directory name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSugat authored Sep 28, 2024
1 parent 734a079 commit 1ee99c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
port: 22
script: |
cd ~/website
cd ~/kuosc-website
git pull origin main || { echo "Failed to pull latest changes from Git repository"; exit 1; }
yarn install || { echo "Failed to install dependencies"; exit 1; }
yarn run build || { echo "Build failed"; exit 1; }
Expand Down

0 comments on commit 1ee99c8

Please sign in to comment.