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"