From 21049fbb0db604134ec5b916af3dc673dd63a335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 23 Nov 2024 21:07:54 +0100 Subject: [PATCH] . --- .github/workflows/release.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29b6730..7bd83c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,22 +11,24 @@ jobs: runs-on: ubuntu-latest environment: morska steps: + - uses: actions/checkout@v4 # Step 2: Download build artifacts from another workflow (e.g., build pipeline) - name: Download Frontend Artifacts uses: actions/download-artifact@v4 with: run-id: ${{ github.event.inputs.run-id }} + name: - - name: Copy artifacts into server - 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" + #- name: Copy artifacts into server + # 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"