Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
22
Browse files Browse the repository at this point in the history
  • Loading branch information
ringo360 committed Feb 22, 2024
1 parent 01d9754 commit b740dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Deploy Sekai
run: |
ssh -i ~/id_rsa -o ProxyCommand="cloudflared access ssh --hostname ${{ secrets.SERVER_HOST }}" ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }} "bash -x deploysekai.sh"
ssh -i ~/id_rsa -o ProxyCommand="cloudflared access ssh --hostname ${{ secrets.SERVER_HOST }}" ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }} -p 22 "bash -x deploysekai.sh"

0 comments on commit b740dfc

Please sign in to comment.