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

Azure deployment #106

Closed
wants to merge 1 commit into from
Closed

Azure deployment #106

wants to merge 1 commit into from

Conversation

koistya
Copy link
Member

@koistya koistya commented May 8, 2015

Allows to deploy the site to Azure Web Apps

How to merge it to your project
$ git checkout -b azure master
$ git pull https://github.com/koistya/react-starter-kit.git azure
$ git checkout master
$ git merge --no-ff azure
How to deploy

(1) Open your Web App in Azure portal. (2) Enable Git-based deployment from a local Git repository. (3) Copy and paste Git repository from Azure portal to the tools/deploy.js file. Then you can simply run:

$ npm run deploy

azure-app-service

@koistya koistya added the add-on label May 8, 2015
@koistya koistya changed the title [add-on] Azure deployment Azure deployment May 8, 2015
@koistya
Copy link
Member Author

koistya commented Jun 5, 2015

Microsoft Azure Tips, Tricks, How Tos and the New Portal - TechDaysUK Hanselman Keynote

img

@lehneres
Copy link

What is the benefit of this script? Pushing the build folder rightaway to Azure seems to work the same.

@martin-jujou-sirca
Copy link

What about deployment to other services like amazon? Is it possible to make this system deployable to S3 somehow (looks like currently its very node based)

@KraigWalker
Copy link

I wouldn't say this script is entirely suitable. It would work, but it leverages Azure's default assumption of in-place deployment. Getting Kudu to do a full production build within the Web App sandbox to eliminate the possibility of any side-effects from the committer's local machine.

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

Successfully merging this pull request may close these issues.

None yet

4 participants