Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
updated footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-chang committed May 20, 2018
1 parent 67e79ba commit 39fbc55
Show file tree
Hide file tree
Showing 35 changed files with 19,270 additions and 19,270 deletions.
42 changes: 21 additions & 21 deletions .gitignore
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*
4,868 changes: 2,434 additions & 2,434 deletions README.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions debug.log
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)
34 changes: 17 additions & 17 deletions ecosystem.config.js
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'
}
}
}
Loading

0 comments on commit 39fbc55

Please sign in to comment.