Skip to content

Commit

Permalink
Merge pull request #3 from k2-fsa/revert-2-fix_ci
Browse files Browse the repository at this point in the history
Revert "fix deployment"
  • Loading branch information
pkufool authored Apr 1, 2024
2 parents df19475 + bb0c232 commit 177b30f
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/k2-fsa
scp -P $port -r -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_rsa site/* $user@$server:~/www
rm id_rsa
- name: Build pages for kingway.fun/k2
Expand Down

0 comments on commit 177b30f

Please sign in to comment.