https://github.com/catalystcode/drones-for-good-pipeline
https://github.com/catalystcode/drones-for-good-pipeline
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catalystcode/drones-for-good-pipeline
- Owner: CatalystCode
- Created: 2017-07-24T09:51:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T11:23:07.000Z (over 8 years ago)
- Last Synced: 2025-01-22T15:48:00.845Z (about 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 30
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drones-for-good-pipeline
## Deploying to azure
command line:
```
cd azure-deploy
az login
az group create --name drones4good-demo1 --location "West Europe"
az group deployment create ^
--name 2017-24-07 ^
--resource-group drones4good-rg ^
--template-file azuredeploy.json ^
--parameters "{\"appName\":{\"value\":\"drones4good\"}}"
```
bash:
```
command line:
```
cd azure-deploy
az login
az group create --name drones4good-demo1 --location "West Europe"
az group deployment create \
--name 2017-24-07 \
--resource-group drones4good \
--template-file azuredeploy.json \
--parameters "{\"appName\":{\"value\":\"drones4good\"}}"
```