This commit is contained in:
Michał Zieliński
2024-11-23 20:30:49 +01:00
parent 942eefbc1d
commit ee88ccca6d

View File

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