Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

🚀 github-actions azure deploy #302

Open
wants to merge 269 commits into
base: master
Choose a base branch
from

Conversation

bmiddha
Copy link
Member

@bmiddha bmiddha commented Aug 18, 2020

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)

kevguy and others added 30 commits July 19, 2017 17:07
…MaxOptions'.

fix err TypeScript-Node-Starter/src/controllers/api.ts[6, 9]: missing whitespace, 8 files
fix bugs of issue 15
fit  bugs of issue 15 and some other bugs caused by tslint
port changes from PR #11 and update package.lock from latest npm version
Bump tasks.json version from 0.10 to 2.00. Add default build task.
…added recommended extensions using vs code's extensions.json
- Attach debug configuration
- Scripts: debug, serve-debug, watch-debug
- Readme
add attach debug configuration
fix: fix lint warnings for test files
this seems a bit crude but allows running the tests and having them take
care of setting up the port to use
Added missing "node_modules/*" path mapping to README.
peterblazejewicz and others added 21 commits March 1, 2020 09:23
- `request`
- `request-promise`

`request` first appeared as part of initial commit but it seems to be
left-over from non commited implementation:
https://git.io/JvgNV
`request-promise` was added in different PR but it seems without related
code:
https://git.io/JvgN6

/cc @naknode

Thanks!
Update README.md to frame what this repo is
Documentation link was broken
thx to @ReeceLangerock
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@peterblazejewicz
Copy link
Collaborator

/cc @diberry

@bmiddha bmiddha changed the title 🚀 github-actions azure deploy 🚀 github-actions azure deploy Aug 18, 2020
@diberry
Copy link
Collaborator

diberry commented Aug 19, 2020

@peterblazejewicz How is this PR tested so that it works and then the demo can start working again?

@peterblazejewicz
Copy link
Collaborator

@diberry you're correct, thx!

@bmiddha so it works on a machine with hosted agent that can access Docker runtime directly. I don't have access to the project website on azure, but I guess it was never setup using the CI to build and deploy (due to MongoDB image dependency). So technically there is no runtime to properly execute all steps in the pipeline (at least for this very project website).
Are you changes intended as an example how to use CI (on Azure DevOps) to build a project like that one and deploy it to working environment?

@diberry do you know someone from MS that owns this project? If not I'll ask Orta

@diberry
Copy link
Collaborator

diberry commented Aug 19, 2020

@peterblazejewicz - I don't know who owns it - sorry - if you find out, please let me know.

@bmiddha bmiddha mentioned this pull request Oct 9, 2020
@orta
Copy link
Contributor

orta commented Aug 30, 2021

Looks like its not in any of the TypeScript Azure properties, so I don't have access keys to be able to add to the GH actions secret. I think we should probably drop the link.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet