microsoft / SATechnicalOnboarding

This is a repo for the Microsoft Learn Student Ambassador Technical Onboarding Process.
MIT License
239 stars 161 forks source link

Deploy Issues #118

Open jxtse opened 4 months ago

jxtse commented 4 months ago

The Azure said the deployment succeed, but the status is still "waiting for depoly" for 3 days: image And the corresponding GitHub Action is empty: image The workflow is work correctly: image The website link end in azurestaticapps.net/ shows that it will be ready soon but it not: image

AnthonyByansi commented 4 months ago

Hi @jxtse the issue you're facing indicates you didn't set-up the deployment process correctly. If you're to select the deployment details correctly, you won't have issues.

Please re-deploy by double checking the following.

  1. Choose React as your Build Preset

301968449-0ef7bcb2-3937-4f26-9834-38fae18c5b19

  1. Change the output location from the default build to dist 301968770-0f067bff-607c-4186-b36b-834bbad46d97

Once you have those correctly set-up, you will be good to go!