Skip to content

Merge pull request #452 from zskarte/fix/cleanup #131

Merge pull request #452 from zskarte/fix/cleanup

Merge pull request #452 from zskarte/fix/cleanup #131

Workflow file for this run

on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
with:
submodules: true
- 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_ASHY_HILL_090335B03 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### 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_location: "/" # App source code path
api_location: "" # Api source code path - optional
app_build_command: "yarn ng:build:dev"
output_location: "dist/zskarte-v3/browser" # Built app content directory - optional
config_file_location: "/" # Config file path - optional
###### End of Repository/Build Configurations ######