Skip to content

Commit

Permalink
Fix username for ssh access
Browse files Browse the repository at this point in the history
  • Loading branch information
smartclash committed Aug 19, 2024
1 parent e0fb9b9 commit 911ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- name: Deploy to server
run: |
ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no root@${{ secrets.FIDDLE_IP }} "cd ~/htdocs/inscrompt.com && git pull && pnpm install && pnpm build"
ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no inscrompt@${{ secrets.FIDDLE_IP }} "cd ~/htdocs/inscrompt.com && git pull && pnpm install && pnpm build"

0 comments on commit 911ec46

Please sign in to comment.