This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
forked from dominic-chang/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67e79ba
commit 39fbc55
Showing
35 changed files
with
19,270 additions
and
19,270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# See https://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
# See https://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[0508/195423.890:ERROR:process_info.cc(329)] VirtualQueryEx: Access is denied. (0x5) | ||
[0508/195423.890:ERROR:process_info.cc(550)] ReadMemoryInfo failed | ||
[0508/195423.894:ERROR:process_reader_win.cc(151)] SuspendThread: Access is denied. (0x5) | ||
[0508/195423.894:ERROR:exception_snapshot_win.cc(88)] thread ID 20180 not found in process | ||
[0508/195423.894:WARNING:crash_report_exception_handler.cc(62)] ProcessSnapshotWin::Initialize failed | ||
[0508/195423.894:ERROR:scoped_process_suspend.cc(40)] NtResumeProcess: An attempt was made to access an exiting process. (0xc000010a) | ||
[0508/195423.890:ERROR:process_info.cc(329)] VirtualQueryEx: Access is denied. (0x5) | ||
[0508/195423.890:ERROR:process_info.cc(550)] ReadMemoryInfo failed | ||
[0508/195423.894:ERROR:process_reader_win.cc(151)] SuspendThread: Access is denied. (0x5) | ||
[0508/195423.894:ERROR:exception_snapshot_win.cc(88)] thread ID 20180 not found in process | ||
[0508/195423.894:WARNING:crash_report_exception_handler.cc(62)] ProcessSnapshotWin::Initialize failed | ||
[0508/195423.894:ERROR:scoped_process_suspend.cc(40)] NtResumeProcess: An attempt was made to access an exiting process. (0xc000010a) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module.exports = { | ||
apps: [{ | ||
name: 'Blog', | ||
script: './node_modules/react-scripts/scripts/start.js' | ||
}], | ||
deploy: { | ||
production: { | ||
user: 'ubuntu', | ||
host: 'ec2-18-188-204-67.us-east-2.compute.amazonaws.com', | ||
key: '~/.ssh/blog.pem', | ||
ref: 'origin/master', | ||
repo: 'git@github.com:Dchang10/Blog.git', | ||
path: '/home/ubuntu/Blog', | ||
'post-deploy': 'npm install && pm2 startOrRestart ecosystem.config.js' | ||
} | ||
} | ||
} | ||
module.exports = { | ||
apps: [{ | ||
name: 'Blog', | ||
script: './node_modules/react-scripts/scripts/start.js' | ||
}], | ||
deploy: { | ||
production: { | ||
user: 'ubuntu', | ||
host: 'ec2-18-188-204-67.us-east-2.compute.amazonaws.com', | ||
key: '~/.ssh/blog.pem', | ||
ref: 'origin/master', | ||
repo: 'git@github.com:Dchang10/Blog.git', | ||
path: '/home/ubuntu/Blog', | ||
'post-deploy': 'npm install && pm2 startOrRestart ecosystem.config.js' | ||
} | ||
} | ||
} |
Oops, something went wrong.