Skip to content

Build and Deploy - Staging #74

Build and Deploy - Staging

Build and Deploy - Staging #74

name: Build and Deploy - Staging
on:
push:
branches:
- main
workflow_dispatch:
jobs:
call-reusable-build-and-deploy:
uses: ./.github/workflows/build-deploy-reusable.yml
with:
EnvironmentName: 'Staging'
AzureWebAppName: 'ssw-rulesgpt-api-stage'
secrets:
AzureWebAppSecret: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_706C909B7DCB4379927A9D3AF3D8B5EF }}
AzureStaticWebAppsApiToken: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ASHY_MEADOW_0A2BAD900 }}
GithubRepoToken: ${{ secrets.GITHUB_TOKEN }}