diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 790d249..0d6f882 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,13 +50,12 @@ jobs: run: | tar -czvf DiunaBI-WebAPI.tar.gz ./build_webapi - name: Copy artifacts into server - uses: appleboy/scp-action@v0.1.7 + uses: garygrossgarten/github-action-scp@release with: - host: "crm.bim-it.pl" - username: "mz" - password: "Sgpmk777&&" - port: 22 - source: "DiunaBI-WebAPI.tar.gz" - target: "/home/mz/github" + local: DiunaBI-WebAPI.tar.gz + remote: /home/mz/github + host: crm.bim-it.pl + username: mz + password: Sgpmk777&&