Skip to content

Commit 6a3c683

Browse files
committed
add deployment stuff
1 parent a61db37 commit 6a3c683

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- '6'
4+
before_install:
5+
- openssl aes-256-cbc -K $encrypted_995f46ea43c0_key -iv $encrypted_995f46ea43c0_iv
6+
-in deploy_rsa.enc -out deploy_rsa -d

Diff for: deploy_rsa.enc

3.17 KB
Binary file not shown.

Diff for: ecosystem.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"deploy" : {
3+
"production" : {
4+
"user" : "deployer",
5+
"host" : "192.241.157.86",
6+
"ref" : "origin/master",
7+
"repo" : "[email protected]:circlecell/eslint.io.git",
8+
"path" : "/var/web/eslint.io",
9+
"ssh_options": ["StrictHostKeyChecking=no", "PasswordAuthentication=no"],
10+
"post-deploy" : "rm -rf node_modules; npm install"
11+
},
12+
}
13+
}

0 commit comments

Comments
 (0)