Rename to staging

This commit is contained in:
Girish Ramakrishnan 2015-07-28 09:26:57 -07:00
parent d0994195f6
commit 5af0984054
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
To run manually on CI: To run manually on CI:
pm2-run --ecosystem ../ecosystem.json --env prod --cmd "npm test" pm2-run --ecosystem ../ecosystem.json --env staging --cmd "npm test"
To run manually on local machine: To run manually on local machine:
npm test npm test

View File

@ -5,11 +5,11 @@
"hasGulp": false, "hasGulp": false,
"hasPM2": true, "hasPM2": true,
"environments": { "environments": {
"prod": { "staging": {
"tag": "prod", "tag": "staging",
"server": "ci.cloudron.io", "server": "ci.cloudron.io",
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git", "remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
"ecosystem": "../keys/ci/ecosystem-prod.json", "ecosystem": "../keys/ci/ecosystem-staging.json",
"assets": { "assets": {
"sshKey": "../keys/ci/id_rsa", "sshKey": "../keys/ci/id_rsa",
"sshPub": "../keys/ci/id_rsa.pub", "sshPub": "../keys/ci/id_rsa.pub",