2020-04-09 16:13:47 +03:00
|
|
|
resources:
|
|
|
|
repositories:
|
|
|
|
- repository: wwtguide
|
|
|
|
type: github
|
|
|
|
name: WorldWideTelescope/zola-wwtguide
|
2020-04-09 16:21:29 +03:00
|
|
|
endpoint: wwtelescope
|
2020-04-09 16:13:47 +03:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
- template: azure-build-and-publish.yml@wwtguide
|
2020-04-09 16:51:48 +03:00
|
|
|
parameters:
|
|
|
|
azureServiceConnectionName: 'aas@wwtadmindotnetfoundation'
|
|
|
|
storageAccountName: 'wwtwebstatic'
|
2020-04-09 17:06:26 +03:00
|
|
|
cdnEndpointName: 'wwtwebdocs-prod'
|
|
|
|
cdnProfileName: 'wwt-cdn-01'
|
2020-04-10 18:33:42 +03:00
|
|
|
cdnPubPrefix: '/user-manual/1'
|
2020-04-09 17:06:26 +03:00
|
|
|
cdnResourceGroupName: 'wwt-web01'
|
2020-04-10 18:33:42 +03:00
|
|
|
pubPrefix: '_docs/user-manual/1'
|