Skip to content

Commit

Permalink
Merge pull request #2 from pkufool/fix_ci
Browse files Browse the repository at this point in the history
fix deployment
  • Loading branch information
pkufool authored Apr 1, 2024
2 parents 9598394 + 21cc1d0 commit df19475
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 @@ -63,7 +63,7 @@ jobs:
server=${{ secrets.K2_HOST }}
port=${{ secrets.K2_PORT }}
echo "${{ secrets.K2_KEY }}" > id_rsa && chmod 600 id_rsa
scp -P $port -r -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_rsa site/* $user@$server:~/www
scp -P $port -r -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_rsa site/* $user@$server:~/www/k2-fsa
rm id_rsa
- name: Build pages for kingway.fun/k2
Expand Down

0 comments on commit df19475

Please sign in to comment.