Compare commits
5 Commits
develop
...
f91499861e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f91499861e | ||
|
|
84ced5a170 | ||
|
|
d7a45576b2 | ||
|
|
dedf1945ef | ||
| e6913c03f5 |
@@ -7,6 +7,9 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: webserver
|
||||
defaults:
|
||||
run:
|
||||
working-directory: shop
|
||||
steps:
|
||||
- name: Code auschecken
|
||||
uses: actions/checkout@v4
|
||||
@@ -15,4 +18,6 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Staging-Build generieren
|
||||
run: npm run build -- --configuration=staging
|
||||
env:
|
||||
NODE_ENV: development
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user