@@ -121,6 +121,7 @@ Now that the repository is created, you can create a static web app from the Azu
121
121
name : Deploy to test
122
122
deployment : test
123
123
script :
124
+ - chown -R 165536:165536 $BITBUCKET_CLONE_DIR
124
125
- pipe : microsoft/azure-static-web-apps-deploy:main
125
126
variables :
126
127
APP_LOCATION : ' $BITBUCKET_CLONE_DIR/src'
@@ -138,6 +139,7 @@ Now that the repository is created, you can create a static web app from the Azu
138
139
name : Deploy to test
139
140
deployment : test
140
141
script :
142
+ - chown -R 165536:165536 $BITBUCKET_CLONE_DIR
141
143
- pipe : microsoft/azure-static-web-apps-deploy:main
142
144
variables :
143
145
APP_LOCATION : ' $BITBUCKET_CLONE_DIR'
@@ -155,6 +157,7 @@ Now that the repository is created, you can create a static web app from the Azu
155
157
name : Deploy to test
156
158
deployment : test
157
159
script :
160
+ - chown -R 165536:165536 $BITBUCKET_CLONE_DIR
158
161
- pipe : microsoft/azure-static-web-apps-deploy:main
159
162
variables :
160
163
APP_LOCATION : ' $BITBUCKET_CLONE_DIR/Client'
@@ -172,6 +175,7 @@ Now that the repository is created, you can create a static web app from the Azu
172
175
name : Deploy to test
173
176
deployment : test
174
177
script :
178
+ - chown -R 165536:165536 $BITBUCKET_CLONE_DIR
175
179
- pipe : microsoft/azure-static-web-apps-deploy:main
176
180
variables :
177
181
APP_LOCATION : ' $BITBUCKET_CLONE_DIR'
@@ -189,6 +193,7 @@ Now that the repository is created, you can create a static web app from the Azu
189
193
name : Deploy to test
190
194
deployment : test
191
195
script :
196
+ - chown -R 165536:165536 $BITBUCKET_CLONE_DIR
192
197
- pipe : microsoft/azure-static-web-apps-deploy:main
193
198
variables :
194
199
APP_LOCATION : ' $BITBUCKET_CLONE_DIR'
0 commit comments