Skip to content

Merge branch 'release/1.6.4' #31

Merge branch 'release/1.6.4'

Merge branch 'release/1.6.4' #31

Workflow file for this run

# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Deploy
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build-deploy:
runs-on: ubuntu-latest
environment:
name: Production
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: npm install, build
run: |
npm install
npm run clean
npm run build
- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
with:
app-name: app-adaptto-live-001-prd-weu
slot-name: Production
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D84F8AB7066D4083B2595C9D262C4D2D }}
package: .