Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
comsince authored Apr 26, 2024
1 parent 1d50ac3 commit 9ae0610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install Git
run: |
choco install git -y
choco install openssh -y
- name: Set up Git Bash
run: |
Expand All @@ -28,6 +29,7 @@ jobs:
run: |
dir
git version
ssh
ssh root@fsharechat.cn
echo "SSHPASS=${{ secrets.SSH_PASSWORD }}" >> $GITHUB_ENV
scp -o StrictHostKeyChecking=no -P 22 build root@fsharechat.cn:/data/temp-release/windows

0 comments on commit 9ae0610

Please sign in to comment.