test5
This commit is contained in:
parent
31aea03052
commit
adbee5384f
1 changed files with 6 additions and 2 deletions
8
.github/workflows/main_poweron-nyla.yml
vendored
8
.github/workflows/main_poweron-nyla.yml
vendored
|
|
@ -28,8 +28,12 @@ jobs:
|
|||
env:
|
||||
CI: false # Verhindert, dass Warnungen den Build stoppen
|
||||
|
||||
- name: Copy config to build folder
|
||||
run: cp staticwebapp.config.json build/
|
||||
- name: Prepare deployment package
|
||||
run: |
|
||||
cp package.json build/
|
||||
cp staticwebapp.config.json build/
|
||||
cd build
|
||||
npm install --production
|
||||
|
||||
- name: 'Deploy to Azure Web App'
|
||||
uses: azure/webapps-deploy@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue