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