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 c2d20a7 commit 3d438b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
preset: ${{ matrix.platform }}
debugMode: "false"
projectDir: gcgd-social-server
- 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: "gcgd-social-server.zip"
target: /home/${{ secrets.VPS_USERNAME }}
# - 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: "gcgd-social-server.zip"
# target: /home/${{ secrets.VPS_USERNAME }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3d438b8

Please sign in to comment.