microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.3k stars 2.76k forks source link

:rocket: github-actions azure deploy #268

Closed bmiddha closed 3 years ago

bmiddha commented 4 years ago

Added GitHub Actions workflow to deploy to Azure Web App. Will require AZURE_WEBAPP_PUBLISH_PROFILE secret to be configured in GitHub. image

The Azure Web App is also expected to have the environment variables configured (https://docs.microsoft.com/en-us/azure/app-service/configure-common#configure-app-settings)

bmiddha commented 4 years ago
diberry commented 3 years ago

@bmiddha can you pull the latest changes and fix the conflict?

bmiddha commented 3 years ago

@diberry I'll create another PR. #302 GitHub is not updating the PR when I update the branch. Seems to have unlinked from my fork as the source repo is "unknown" image