Sfoglia il codice sorgente

Update push_test_server.yml

Signed-off-by: raller1028 <57336867+raller1028@users.noreply.github.com>
raller1028 2 anni fa
parent
commit
08ed9933ee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/push_test_server.yml

+ 1 - 1
.github/workflows/push_test_server.yml

@@ -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: |