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: on:
workflow_dispatch: # Allows manual triggering workflow_dispatch: # Allows manual triggering
jobs: jobs:
release: release:
name: Release to Server
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# Step 1: Checkout the code # Step 1: Checkout the code
- name: Checkout code - name: Checkout code
@@ -17,8 +15,8 @@ jobs:
- name: Download Frontend Artifacts - name: Download Frontend Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: frontend # Name of the artifact created in the build pipeline run-id: 11989658555
path: ./artifact # Where to download the artifact artifact-name: frontend
# Step 3: Replace tokens in files with GitHub secrets # Step 3: Replace tokens in files with GitHub secrets
#- name: Replace tokens in files #- name: Replace tokens in files