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: | run: |
tar -czvf DiunaBI-WebAPI.tar.gz ./build_webapi tar -czvf DiunaBI-WebAPI.tar.gz ./build_webapi
- name: Copy artifacts into server - name: Copy artifacts into server
uses: appleboy/scp-action@v0.1.7 uses: garygrossgarten/github-action-scp@release
with: with:
host: "crm.bim-it.pl" local: DiunaBI-WebAPI.tar.gz
username: "mz" remote: /home/mz/github
password: "Sgpmk777&&" host: crm.bim-it.pl
port: 22 username: mz
source: "DiunaBI-WebAPI.tar.gz" password: Sgpmk777&&
target: "/home/mz/github"