Commit 8c65ed41 authored by Sparkf's avatar Sparkf 🏙️ Committed by GitHub
Browse files

Update vuepress-deploy.yml

parent 68ad1a99
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ jobs:
        keep_history: false
        branch: master

    - name: copy file to server
    - name: copy file to server PVG
      uses: appleboy/scp-action@master
      with:
        host: ${{ secrets.HOST }}
@@ -63,6 +63,18 @@ jobs:
        rm: true
        strip_components: 4
        
    - name: copy file to server SZX
      uses: appleboy/scp-action@master
      with:
        host: ${{ secrets.HOST_SZX }}
        username: ${{ secrets.USERNAME_SZX }}
        port: ${{ secrets.PORT }}
        key: ${{ secrets.SSH_KEY_SZX }}
        source: "./docs/.vuepress/dist/"
        target: ${{ secrets.HTML_PATH_SZX }}
        rm: true
        strip_components: 4

    - name: setup aliyun oss
      uses: manyuanrong/setup-ossutil@master
      with: