https://github.com/rocketmakers/rocket-deploy
An npm module to quickly provisioning and deployment of Windows Azure (plus more soon!) websites for prototyping and fast client demos
https://github.com/rocketmakers/rocket-deploy
Last synced: 11 months ago
JSON representation
An npm module to quickly provisioning and deployment of Windows Azure (plus more soon!) websites for prototyping and fast client demos
- Host: GitHub
- URL: https://github.com/rocketmakers/rocket-deploy
- Owner: Rocketmakers
- License: mit
- Created: 2016-04-14T15:12:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T11:58:29.000Z (over 6 years ago)
- Last Synced: 2025-07-30T16:33:21.671Z (11 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rocket-deploy
An npm module to quickly provisioning and deployment of Windows Azure (plus more soon!) websites for prototyping and fast client demos
# requisites
- azure-cli installed ``npm i azure-cli -g``
- Authentication ``azure login`` with an account with permissions to create new websites
- Global deployment credentials configured (https://blogs.msdn.microsoft.com/kaushal/2013/05/29/windows-azure-web-sites-reset-your-deployment-credentials-vs-reset-your-publish-profile-credentials)
# getting started
Just run ``npm i -g rocket-deploy``
Then `rocket-deploy init` to be guided through
# commands
``rocket-deploy i, --init`` Run this once to set everything up
``rocket-deploy d, --deploy`` This runs the FTP deployment
``rocket-deploy p, --provision`` Run this once to seperately create your azure website