-
Notifications
You must be signed in to change notification settings - Fork 3
Deploy the website to the azure storage blob
tcoducayen edited this page Mar 24, 2020
·
3 revisions
Create resource and link to www site:
- Create a storage resource a. this was already accomplished in task 194
- Attach the storage resource to the 1edusite dns server a. create a domain for www b. go to storage resource and connect www
- Upload the $web container
- Check if it works
Launch the site manually:
- launch the app locally a. run npm install b. run npm start c. run npm run build
- Use Visual Studio code to launch the site a. Select the build file b. deploy to static site
Launch the site automatically
- Add travis.yml file
- link account to github
Create a service app to automate deployments
- Add service app