Skip to content

Merge pull request #589 from add2cal/dev #173

Merge pull request #589 from add2cal/dev

Merge pull request #589 from add2cal/dev #173

name: Azure Static Web Apps CI/CD
on:
push:
branches:
- main
- dev
- next
jobs:
build_and_deploy_job_main:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
name: Build and Deploy Job [main]
steps:
- uses: actions/checkout@v4
with:
submodules: true
lfs: false
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_FIELD_0EFE76003 }}
action: 'upload'
production_branch: 'main'
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_build_command: 'npm ci && npm run build && cd demo && npm ci && npm run generate'
app_location: '/'
output_location: 'demo/.output/public'
skip_api_build: true
###### End of Repository/Build Configurations ######
build_and_deploy_job_dev:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
name: Build and Deploy Job [dev]
steps:
- uses: actions/checkout@v4
with:
submodules: true
lfs: false
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_FIELD_0EFE76003 }}
action: 'upload'
production_branch: 'main'
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_build_command: 'npm ci && npm run build && cd demo && npm ci && npm run generate'
app_location: '/'
output_location: 'demo/.output/public'
skip_api_build: true
###### End of Repository/Build Configurations ######
env:
NUXT_PUBLIC_SITE_URL: 'https://blue-field-0efe76003-dev.westeurope.2.azurestaticapps.net'
NUXT_PUBLIC_ROBOTS: 'noindex, nofollow'
NUXT_PUBLIC_DEV: true