Skip to content

Commit 6b8d0ba

Browse files
authored
Update bitbucket.md
Remove a zero width space from the end of the deployment token line. This causes the deployment to fail with this issue if copying the config directly: Azure/static-web-apps#1145
1 parent c3d572e commit 6b8d0ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/static-web-apps/bitbucket.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Now that the repository is created, you can create a static web app from the Azu
125125
variables:
126126
APP_LOCATION: '$BITBUCKET_CLONE_DIR/src'
127127
OUTPUT_LOCATION: '$BITBUCKET_CLONE_DIR/src'
128-
API_TOKEN: $deployment_token
128+
API_TOKEN: $deployment_token
129129
```
130130
131131
# [Angular](#tab/angular)
@@ -142,7 +142,7 @@ Now that the repository is created, you can create a static web app from the Azu
142142
variables:
143143
APP_LOCATION: '$BITBUCKET_CLONE_DIR'
144144
OUTPUT_LOCATION: '$BITBUCKET_CLONE_DIR/dist/angular-basic'
145-
API_TOKEN: $deployment_token
145+
API_TOKEN: $deployment_token
146146
```
147147
148148
# [Blazor](#tab/blazor)
@@ -159,7 +159,7 @@ Now that the repository is created, you can create a static web app from the Azu
159159
variables:
160160
APP_LOCATION: '$BITBUCKET_CLONE_DIR/Client'
161161
OUTPUT_LOCATION: '$BITBUCKET_CLONE_DIR/wwwroot'
162-
API_TOKEN: $deployment_token
162+
API_TOKEN: $deployment_token
163163
```
164164
165165
# [React](#tab/react)
@@ -176,7 +176,7 @@ Now that the repository is created, you can create a static web app from the Azu
176176
variables:
177177
APP_LOCATION: '$BITBUCKET_CLONE_DIR'
178178
OUTPUT_LOCATION: '$BITBUCKET_CLONE_DIR/build'
179-
API_TOKEN: $deployment_token
179+
API_TOKEN: $deployment_token
180180
```
181181
182182
# [Vue](#tab/vue)
@@ -193,7 +193,7 @@ Now that the repository is created, you can create a static web app from the Azu
193193
variables:
194194
APP_LOCATION: '$BITBUCKET_CLONE_DIR'
195195
OUTPUT_LOCATION: '$BITBUCKET_CLONE_DIR/dist'
196-
API_TOKEN: $deployment_token
196+
API_TOKEN: $deployment_token
197197
```
198198
199199
---

0 commit comments

Comments
 (0)