correct build server config
Some checks failed
Staging Build / build (push) Failing after 24s

This commit is contained in:
DanielS
2026-06-22 21:27:06 +02:00
parent e6913c03f5
commit dedf1945ef

View File

@@ -7,6 +7,9 @@ on:
jobs: jobs:
build: build:
runs-on: webserver runs-on: webserver
defaults:
run:
working-directory: shop
steps: steps:
- name: Code auschecken - name: Code auschecken
uses: actions/checkout@v4 uses: actions/checkout@v4