update to deploy to Prod

This commit is contained in:
lauralani 2022-11-11 12:03:50 +01:00
parent ebcc296e6d
commit 19595cb281

View file

@ -11,6 +11,6 @@ pipeline:
commands:
- npm install -D @azure/static-web-apps-cli
- npx @azure/static-web-apps-cli --version
- npx @azure/static-web-apps-cli deploy ./public --verbose=silly
- npx @azure/static-web-apps-cli deploy ./public --verbose=silly --env Production
branches: main