Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 authored Mar 5, 2024
1 parent 3a39379 commit 2841cc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Uploading to Server
uses: actions/checkout@v3
uses: Dylan700/sftp-upload-action@latest
with:
server: ${{ secrets.SERVER }}
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
port: 22
uploads: |
./server_missions/ => ./
./server_missions/ => ./

0 comments on commit 2841cc5

Please sign in to comment.