This commit is contained in:
Michał Zieliński
2024-11-23 22:04:19 +01:00
parent 4447614f1e
commit 1eb45ab104

View File

@@ -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&&