Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] AppService Git deployment #420

Open
jongio opened this issue Jan 11, 2022 · 3 comments
Open

[Feature] AppService Git deployment #420

jongio opened this issue Jan 11, 2022 · 3 comments

Comments

@jongio
Copy link
Member

jongio commented Jan 11, 2022

Today we only support zip deployment. Let's also support git deployment.

@ellismg
Copy link
Member

ellismg commented Jan 11, 2022

For cases where we have multiple services inside a single repository, we will need to configure the deployment to point at the right project: https://github.com/projectkudu/kudu/wiki/Customizing-deployments gives an overview of this (and we would probably use the app setting strategy vs the .deployment strategy.

@ellismg
Copy link
Member

ellismg commented Jan 11, 2022

@jongio For clarification - App Service has two ways to do git deployments:

  1. You can connect your website to an existing repository (e.g. on GitHub): https://docs.microsoft.com/en-us/azure/app-service/deploy-continuous-deployment?tabs=github
  2. AppService provides you with a custom git endpoint to push your code to, which does the deploy (sort of like the experience you would get with Heroku): https://docs.microsoft.com/en-us/azure/app-service/deploy-local-git?tabs=cli

In the case of static web apps - I think only (1) is supported.

Are you thinking about (1) or (2) here?

@jongio
Copy link
Member Author

jongio commented Jan 13, 2022

I would like to support both.

@jongio jongio changed the title [Feature] Git deployment [Feature] AppService Git deployment May 23, 2022
@jongio jongio transferred this issue from another repository Jul 30, 2022
@danieljurek danieljurek transferred this issue from another repository Aug 4, 2022
@rajeshkamal5050 rajeshkamal5050 added this to the Backlog milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants