Skip to content

feat: export environment variable as array #25

feat: export environment variable as array

feat: export environment variable as array #25

Workflow file for this run

name: Azure Static Web Apps CI/CD
on:
push:
branches:
- main
paths:
- "website/**"
workflow_dispatch:
jobs:
build_and_deploy_job:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
submodules: true
- name: Build And Deploy 🚀
id: builddeploy
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_PEBBLE_06BC83B03 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
app_location: "/website" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional