Fix files uploading
Some checks failed
Build rosetta-wss / build (push) Failing after 30s

This commit is contained in:
RoyceDa
2026-02-20 00:05:34 +02:00
parent f000aaccf6
commit bc8f889fb4

View File

@@ -23,7 +23,7 @@ jobs:
run: mvn clean package
- name: Deploy to server via SSH
uses: appleboy/ssh-action@v1.2.5
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.WSS_SSH_HOST }}
username: ${{ secrets.WSS_SSH_USER }}