.
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -1,13 +1,11 @@
|
||||
name: Release Pipeline
|
||||
name: ReleaseIntoMorska
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Allows manual triggering
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: Release to Server
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# Step 1: Checkout the code
|
||||
- name: Checkout code
|
||||
@@ -17,8 +15,8 @@ jobs:
|
||||
- name: Download Frontend Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: frontend # Name of the artifact created in the build pipeline
|
||||
path: ./artifact # Where to download the artifact
|
||||
run-id: 11989658555
|
||||
artifact-name: frontend
|
||||
|
||||
# Step 3: Replace tokens in files with GitHub secrets
|
||||
#- name: Replace tokens in files
|
||||
|
||||
Reference in New Issue
Block a user