fixed error in deploy yaml
This commit is contained in:
parent
492fbc8fff
commit
b023fc1d98
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
path: target/wasm32-unknown-unknown/release/
|
||||
remote_path: /home/beepsort/deploy
|
||||
remote_host: ${{ secrets.SERVER_IP }}
|
||||
remote_user: ${{ beepsort }}
|
||||
remote_user: beepsort
|
||||
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
remote_port: ${{ 6969 }}
|
||||
remote_port: 6969
|
||||
|
||||
|
|
Loading…
Reference in a new issue