For some reason, my pipeline stopped working while I was trying to deploy my static web app on Azure.
pipelines:
branches:
main:
- step:
name: Deploy to test
deployment: test
script:
- chown -R 165536:165536 $BITBUCKET_CLONE_DIR
- pipe: microsoft/azure-static-web-apps-deploy:main
variables:
APP_LOCATION: '$BITBUCKET_CLONE_DIR/norius-lp'
OUTPUT_LOCATION: '$BITBUCKET_CLONE_DIR/norius-lp/dist/norius-lp/browser'
API_TOKEN: myapitoken```
[![log][1]][1]
[1]: https://i.sstatic.net/TMePAmxJ.png

