.
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -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"
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user