Skip to content

Commit

Permalink
chore: Update CD workflow to pull from the "next-dailypet" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
castberry10 committed Aug 24, 2024
1 parent 544e925 commit 1c3e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
SSH_PORT: ${{ secrets.SSH_PORT }}
run: |
sshpass -p $SSH_PASSWORD ssh -o StrictHostKeyChecking=no -p $SSH_PORT castberry@$SSH_IP << 'EOF'
cd /home/castberry/dailypet
cd /home/castberry/dailypet/next-dailypet
git pull
git checkout main
npm install
Expand Down

0 comments on commit 1c3e6a8

Please sign in to comment.