Skip to content

Instantly share code, notes, and snippets.

@totuworld
Last active May 30, 2016 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save totuworld/161542851ecbd0276501d56e6ca42a44 to your computer and use it in GitHub Desktop.
Save totuworld/161542851ecbd0276501d56e6ca42a44 to your computer and use it in GitHub Desktop.
Azure웹앱배포
git init
git remote add azure [웹앱 git 주소]
git commit -m "init"
git push azure master
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Updating branch 'master'.
remote: Updating submodules.
remote: Preparing deployment for commit id 'c05841fc2e'.
remote: Generating deployment script.
remote: Running deployment command...
remote: Handling node.js deployment.
remote: KuduSync.NET from: 'D:\home\site\repository' to: 'D:\home\site\wwwroot'
remote: Copying file: 'package.json'
remote: Using start-up script bin/www from package.json.
remote: Generated web.config.
remote: Node.js versions available on the platform are: 0.6.20, 0.8.2, 0.8.19, 0.8.26, 0.8.27, 0.8.28, 0.10.5, 0.10.18, 0.10.21, 0.10.24, 0.10.26, 0.10.28, 0.10.29, 0.10.31, 0.10.32, 0.10.40, 0.12.0, 0.12.2, 0.12.3, 0.12.6, 4.0.0, 4.1.0, 4.1.2, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.3.0, 4.3.2, 4.4.0, 4.4.1, 5.0.0, 5.1.1, 5.3.0, 5.4.0, 5.5.0, 5.6.0, 5.7.0, 5.7.1, 5.8.0, 5.9.1, 6.0.0, 6.1.0.
remote: Selected node.js version 4.4.1. Use package.json file to choose a different version.
remote: Selected npm version 2.14.20
remote: Updating iisnode.yml at D:\home\site\wwwroot\bin\iisnode.yml
remote: ......
remote: Finished successfully.
remote: Running post deployment command(s)...
remote: Deployment successful.
To https://totu@totuwebapp.scm.azurewebsites.net:443/totuwebapp.git
5b97e96..c05841f master -> master
wget https://github.com/totuworld/AzureWebAppsTutorial/archive/v0.0.1.zip
unzip 0.0.1.zip
cd AzureWebAppsTutorial-0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment