Skip to content

Commit

Permalink
update to correct www to static for dist path (#3328)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Holt <chhol@microsoft.com>
  • Loading branch information
awentzel and chrisdholt authored Jun 17, 2020
1 parent 224df54 commit 4dceb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-www-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
AZURE_WEBAPP_ACTIVE_STAGE_NAME: www-west-app
AZURE_WEBAPP_PASSIVE_STAGE_NAME: www-east-app
AZURE_WEBAPP_BUILD_PATH: sites/website
AZURE_WEBAPP_DIST_PATH: sites/website/www
AZURE_WEBAPP_DIST_PATH: sites/website/static
AZURE_WEBAPP_SLOT_NAME: stage

steps:
Expand All @@ -30,7 +30,7 @@ jobs:
cd ${{ env.AZURE_WEBAPP_BUILD_PATH }}
npm i
yarn build
cp ../site-utilities/statics/server/package.json ../site-utilities/statics/server/server.js www
cp ../site-utilities/statics/server/package.json ../site-utilities/statics/server/server.js static
cd static
npm i
ls -lta
Expand Down

0 comments on commit 4dceb87

Please sign in to comment.