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:
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:
npm test

View File

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