-
Notifications
You must be signed in to change notification settings - Fork 1
/
heroku-upload-terminal_output.txt
156 lines (144 loc) · 6.38 KB
/
heroku-upload-terminal_output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
(base) gd@gd10:~/Desktop/imp/connect-geeks$ heroku login
heroku: Press any key to open up the browser to login or q to exit:
Opening browser to https://cli-auth.heroku.com/auth/browser/dd74170c-58f0-4392-bd04-9e8f60dd5c54
Logging in... done
Logged in as [email protected]
(base) gd@gd10:~/Desktop/imp/connect-geeks$ heroku create
Creating app... !
▸ You've reached the limit of 5 apps for unverified accounts. Delete some apps or add a credit card to verify your
(base) gd@gd10:~/Desktop/imp/connect-geeks$ heroku git:remote -a connectgeeks
set git remote heroku to https://git.heroku.com/connectgeeks.git
(base) gd@gd10:~/Desktop/imp/connect-geeks$ cd frontend
(base) gd@gd10:~/Desktop/imp/connect-geeks/frontend$ npm run build
> [email protected] build /home/gd/Desktop/imp/connect-geeks/frontend
> react-scripts build
Creating an optimized production build...
Compiled successfully.
File sizes after gzip:
99.4 KB build/static/js/main.3e39496d.js
533 B build/static/css/main.35ecc290.css
The project was built assuming it is hosted at the server root.
You can control this with the homepage field in your package.json.
For example, add this to build it for GitHub Pages:
"homepage" : "http://myname.github.io/myapp",
The build folder is ready to be deployed.
You may serve it with a static server:
npm install -g serve
serve -s build
Find out more about deployment here:
http://bit.ly/2vY88Kr
(base) gd@gd10:~/Desktop/imp/connect-geeks/frontend$ cd ..
(base) gd@gd10:~/Desktop/imp/connect-geeks$ git add .
(base) gd@gd10:~/Desktop/imp/connect-geeks$ git commit -am "added CI/CD auto-build reactAppln in server as 'heroku-postbuild' command"
[master dec9368] added CI/CD auto-build reactAppln in server as 'heroku-postbuild' command
2 files changed, 12 insertions(+), 1 deletion(-)
(base) gd@gd10:~/Desktop/imp/connect-geeks$ git push heroku master
Counting objects: 1436, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (507/507), done.
Writing objects: 100% (1436/1436), 1.53 MiB | 265.00 KiB/s, done.
Total 1436 (delta 849), reused 1414 (delta 834)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_LOGLEVEL=error
remote: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote: NODE_VERBOSE=false
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): unspecified
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Resolving node version 10.x...
remote: Downloading and installing node 10.15.3...
remote: Using default npm version: 6.4.1
remote:
remote: -----> Installing dependencies
remote: Installing node modules (package.json + package-lock)
remote:
remote: > [email protected] postinstall /tmp/build_63f3d7d7ec6cfd66457abdada64574ac/node_modules/nodemon
remote: > node -e "console.log('\u001b[32mLove nodemon? You can now support the project via the open collective:\u001b[22m\u001b[39m\n > \u001b[96m\u001b[1mhttps://opencollective.com/nodemon/donate\u001b[0m\n')" || exit 0
remote:
remote: Love nodemon? You can now support the project via the open collective:
remote: > https://opencollective.com/nodemon/donate
remote:
remote: added 388 packages from 226 contributors and audited 2559 packages in 8.923s
remote: found 0 vulnerabilities
remote:
remote:
remote: -----> Build
remote: Running heroku-postbuild
remote:
remote: > [email protected] heroku-postbuild /tmp/build_63f3d7d7ec6cfd66457abdada64574ac
remote: > NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend
remote:
remote:
remote: > [email protected] postinstall /tmp/build_63f3d7d7ec6cfd66457abdada64574ac/frontend/node_modules/uglifyjs-webpack-plugin
remote: > node lib/post_install.js
remote:
remote: added 1338 packages from 736 contributors and audited 13576 packages in 27.474s
remote: found 37 vulnerabilities (29 low, 6 moderate, 2 high)
remote: run `npm audit fix` to fix them, or `npm audit` for details
remote:
remote: > [email protected] build /tmp/build_63f3d7d7ec6cfd66457abdada64574ac/frontend
remote: > react-scripts build
remote:
remote: Creating an optimized production build...
remote: Compiled successfully.
remote:
remote: File sizes after gzip:
remote:
remote: 99.4 KB build/static/js/main.3e39496d.js
remote: 533 B build/static/css/main.35ecc290.css
remote:
remote: The project was built assuming it is hosted at the server root.
remote: You can control this with the homepage field in your package.json.
remote: For example, add this to build it for GitHub Pages:
remote:
remote: "homepage" : "http://myname.github.io/myapp",
remote:
remote: The build folder is ready to be deployed.
remote: You may serve it with a static server:
remote:
remote: npm install -g serve
remote: serve -s build
remote:
remote: Find out more about deployment here:
remote:
remote: http://bit.ly/2vY88Kr
remote:
remote:
remote: -----> Caching build
remote: - node_modules
remote:
remote: -----> Pruning devDependencies
remote: removed 220 packages and audited 323 packages in 3.529s
remote: found 0 vulnerabilities
remote:
remote:
remote: -----> Build succeeded!
remote:
remote: -----> Change to Node.js build process
remote: Heroku has begun executing the "build" script defined in package.json
remote: during Node.js builds.
remote:
remote: Read more: https://devcenter.heroku.com/changelog-items/1573
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for buildpack -> web
remote:
remote: -----> Compressing...
remote: Done: 54.4M
remote: -----> Launching...
remote: Released v5
remote: https://connectgeeks.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/connectgeeks.git
* [new branch] master -> master