This commit is contained in:
Michał Zieliński
2024-11-23 21:44:54 +01:00
parent 0ad8d67c2e
commit baed3edc4d

View File

@@ -48,16 +48,16 @@ jobs:
dotnet publish --configuration Release --framework net8.0 --runtime linux-x64 --self-contained false --output ../build_webapi
- name: Compress files
run: |
tar -czvf DiunaBI-webAPI.tar.gz -C .
#- name: Copy artifacts into server
- name: Upload
uses: appleboy/scp-action@v0.1.7
with:
host: "crm.bim-it.pl"
username: "mz"
key: ${{ secrets.SSH_KEY }}
port: 22
source: "*"
target: "/home/mz/github"
tar -czvf DiunaBI-webAPI.tar.gz ./build_webapi
# - name: Copy artifacts into server
- #name: Upload
#uses: appleboy/scp-action@v0.1.7
#with:
# host: "crm.bim-it.pl"
# username: "mz"
#key: ${{ secrets.SSH_KEY }}
#port: 22
#source: "*"
#target: "/home/mz/github"