Skip to content

Commit

Permalink
Update push_test_server.yml
Browse files Browse the repository at this point in the history
Signed-off-by: raller1028 <57336867+raller1028@users.noreply.github.com>
  • Loading branch information
raller1028 authored Feb 16, 2023
1 parent 8425011 commit 08ed993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_test_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: copy tar to target host
shell: bash
run: |
sshpass -p "${{ secrets.ssh_password }}" scp -r -o StrictHostKeyChecking=no -P ${{ secrets.ssh_port }} ./dist/*.gz root@${{ secrets.ssh_ip }}:/var/www/download
sshpass -p "${{ secrets.ssh_password }}" scp -r -o StrictHostKeyChecking=no -P ${{ secrets.ZEROTIER_PORT }} ./dist/*.gz root@${{ secrets.ZEROTIER_IP }}:/var/www/download
echo "ping success"
- name: send message
run: |
Expand Down

0 comments on commit 08ed993

Please sign in to comment.