This commit is contained in:
Michał Zieliński
2024-11-23 21:07:54 +01:00
parent 391539653c
commit 21049fbb0d

View File

@@ -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"