-
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 25, 2020
·
3 revisions
- 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 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
- Add travis.yml file
- link account to github
- Add service app
- Update authorization for service app for "github"
- Add permission on GitHub site
- Create a push with travis.ci
- Navigate to website
-
Open the containing folder for the UI teams project:
- ad440-winter2020-tuesday-repo\ui
-
install and start node to check if the website works:
- npm install
- npm start
-
create an updated build for the project:
- npm run build
-
open visual studio code: (install storage app for vsc)
- right click: ui/build folder
- left click: deploy static website
- wait until deployed
-
navigate to: