sh start script
This commit is contained in:
parent
1cae67023f
commit
d53bae9537
4 changed files with 23 additions and 6 deletions
.forgejo/workflows
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue