@@ -125,7 +125,7 @@ Now that the repository is created, you can create a static web app from the Azu
125
125
variables :
126
126
APP_LOCATION : ' $BITBUCKET_CLONE_DIR/src'
127
127
OUTPUT_LOCATION : ' $BITBUCKET_CLONE_DIR/src'
128
- API_TOKEN : $deployment_token
128
+ API_TOKEN : $deployment_token
129
129
` ` `
130
130
131
131
# [Angular](#tab/angular)
@@ -142,7 +142,7 @@ Now that the repository is created, you can create a static web app from the Azu
142
142
variables :
143
143
APP_LOCATION : ' $BITBUCKET_CLONE_DIR'
144
144
OUTPUT_LOCATION : ' $BITBUCKET_CLONE_DIR/dist/angular-basic'
145
- API_TOKEN : $deployment_token
145
+ API_TOKEN : $deployment_token
146
146
` ` `
147
147
148
148
# [Blazor](#tab/blazor)
@@ -159,7 +159,7 @@ Now that the repository is created, you can create a static web app from the Azu
159
159
variables :
160
160
APP_LOCATION : ' $BITBUCKET_CLONE_DIR/Client'
161
161
OUTPUT_LOCATION : ' $BITBUCKET_CLONE_DIR/wwwroot'
162
- API_TOKEN : $deployment_token
162
+ API_TOKEN : $deployment_token
163
163
` ` `
164
164
165
165
# [React](#tab/react)
@@ -176,7 +176,7 @@ Now that the repository is created, you can create a static web app from the Azu
176
176
variables :
177
177
APP_LOCATION : ' $BITBUCKET_CLONE_DIR'
178
178
OUTPUT_LOCATION : ' $BITBUCKET_CLONE_DIR/build'
179
- API_TOKEN : $deployment_token
179
+ API_TOKEN : $deployment_token
180
180
` ` `
181
181
182
182
# [Vue](#tab/vue)
@@ -193,7 +193,7 @@ Now that the repository is created, you can create a static web app from the Azu
193
193
variables :
194
194
APP_LOCATION : ' $BITBUCKET_CLONE_DIR'
195
195
OUTPUT_LOCATION : ' $BITBUCKET_CLONE_DIR/dist'
196
- API_TOKEN : $deployment_token
196
+ API_TOKEN : $deployment_token
197
197
` ` `
198
198
199
199
---
0 commit comments