sh start script

This commit is contained in:
Firq 2025-04-15 22:19:47 +02:00
parent 1cae67023f
commit d53bae9537
Signed by: Firq
GPG key ID: DCE182BA39C697B2
4 changed files with 23 additions and 6 deletions
.forgejo/workflows

View file

@ -38,6 +38,11 @@ jobs:
with:
name: unlighthouse-reports
path: unlighthouse-reports/
- name: Upload start-script
uses: actions/upload-artifact@v3
with:
name: start
path: start.sh
- name: Upload Dockerfile
uses: actions/upload-artifact@v3
with:
@ -53,6 +58,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dockerfile
- name: Downloading start script
uses: actions/download-artifact@v3
with:
name: start
- name: Downloading static site artifacts
uses: actions/download-artifact@v3
with: