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 runs-on: ubuntu-latest
environment: morska environment: morska
steps: steps:
- uses: actions/checkout@v4
# Step 2: Download build artifacts from another workflow (e.g., build pipeline) # Step 2: Download build artifacts from another workflow (e.g., build pipeline)
- name: Download Frontend Artifacts - name: Download Frontend Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
run-id: ${{ github.event.inputs.run-id }} run-id: ${{ github.event.inputs.run-id }}
name:
- name: Copy artifacts into server #- name: Copy artifacts into server
uses: appleboy/scp-action@v0.1.7 # uses: appleboy/scp-action@v0.1.7
with: # with:
host: "crm.bim-it.pl" # host: "crm.bim-it.pl"
username: "mz" # username: "mz"
key: ${{ secrets.SSH_KEY }} # key: ${{ secrets.SSH_KEY }}
port: 22 # port: 22
source: "*" # source: "*"
target: "/home/mz/github" # target: "/home/mz/github"