.
This commit is contained in:
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user