Skip to content

Commit

Permalink
Update build_server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBardWhoCodes authored Oct 17, 2024
1 parent 3c05748 commit c2d20a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
preset: ${{ matrix.platform }}
debugMode: "false"
projectDir: gcgd-social-server
- name: copy file via ssh password
- name: Copy File to VPS
uses: appleboy/[email protected]
with:
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USERNAME }}
port: ${{ secrets.VPS_PORT }}
key: ${{ secrets.VPS_KEY }}
source: "tgcgd-social-server.zip"
source: "gcgd-social-server.zip"
target: /home/${{ secrets.VPS_USERNAME }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c2d20a7

Please sign in to comment.