You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,58 @@ To access the Local Weather app running in docker container, point your browser
195
195
For the purpose of hosting this app, we select [Cyclic free-for-life tier](https://app.cyclic.sh/api/login).
196
196
Cyclic deploys full stack NodeJS apps on AWS infrastructure directly from GitHub. It works by integrating with your GitHub repos. It will build and deploy your code on every merge or push to your default branch.
197
197
198
+
**Build log on Cylic**
199
+
200
+
To avoid building from the main branch on Cylic, you can specify build source as a git staging branch.
201
+
202
+
```c
203
+
2022-11-1908:49:39: [CYCLIC] Building...
204
+
2022-11-1908:49:39: [CYCLIC] cloning...
205
+
2022-11-1908:49:40: From https://github.com/hurricanemark/Weather_Report_NodeJS_EJS_Express_WeatherBit_API
2022-11-1908:49:40: WARN config production Use `--omit=dev` instead.
214
+
2022-11-1908:49:47: npm
215
+
2022-11-1908:49:47: WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
216
+
2022-11-19 08:49:48: npm
217
+
2022-11-19 08:49:48: WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
218
+
2022-11-19 08:49:48: npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
219
+
2022-11-19 08:49:50: npm WARN
220
+
2022-11-19 08:49:50: deprecated har-validator@5.1.5: this library is no longer supported
221
+
2022-11-19 08:49:51: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
222
+
2022-11-19 08:49:59:
223
+
added 925 packages in 18s
224
+
2022-11-19 08:49:59: npm notice
225
+
npm notice New major version of npm available! 8.11.0 -> 9.1.2
0 commit comments