deleted .env files
This commit is contained in:
parent
02d7347d73
commit
298767f5ec
3
.gitignore
vendored
3
.gitignore
vendored
@ -30,7 +30,8 @@ access.log
|
||||
uploads/
|
||||
# API keys file
|
||||
api_keys.js
|
||||
|
||||
*.env
|
||||
|
||||
# Sublime editor
|
||||
# ==============
|
||||
.sublime-project
|
||||
|
||||
@ -6,14 +6,15 @@
|
||||
}],
|
||||
"deploy" : {
|
||||
"production" : {
|
||||
"user" : "node",
|
||||
"host" : "localhost",
|
||||
"user" : "root",
|
||||
"host" : "159.203.42.158",
|
||||
"ref" : "origin/master",
|
||||
"repo" : "git@github.com:whitef0x0/tellform.git",
|
||||
"path" : "/opt/deploy",
|
||||
"post-deploy" : "npm install && bower install --allow-root && pm2 startOrRestart ecosystem.json --env production",
|
||||
"env" : {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"BASE_URL": "stage.tellform.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user