File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ We will discuss deployment of the following items:
2525Shared steps - build and test:
2626
27271 . Make sure you are on the right branch (` master ` ).
28+ 1 . ` yarn install ` to install the dependencies
28291 . ` yarn build ` to build the product release
29301 . ` yarn release ` to copy build files to app / extension
30311 . ` http-server ./app ` to verify build in ./app
@@ -52,24 +53,6 @@ we pass the generated zip file name to the script of `yarn upload` and `yarn pub
5253$ firebase deploy --project [staging|prod]
5354````
5455
55- ##### Travis CI
56- Node: Custom Build only support trigger a build of a branch, not a commit.
57-
58- 1 . In travisCI UI, go to ` web-sequence `
59- 1 . Click ` More options ` -> ` Trigger Build `
60- 1 . Select which branch to deploy
61- 1 . In Custom Config put the config below, and change the FIREBASE_PROJECT value accordingly.
62- 1 . Trigger Build
63-
64- ```
65- env:
66- global:
67- # - PRODUCT_TO_DEPLOY=none|web|chrome|all
68- # - FIREBASE_PROJECT=default|staging|prod
69- - PRODUCT_TO_DEPLOY=web
70- - FIREBASE_PROJECT=default
71- ```
72-
7356##### Post development
7457
75581 . Go to [ the page of app] ( https://app.zenuml.com )
You can’t perform that action at this time.
0 commit comments