Skip to content

Commit

Permalink
Fix #622
Browse files Browse the repository at this point in the history
Happy (:?
  • Loading branch information
soyuka committed Aug 10, 2014
1 parent 4ca87de commit 3b3bf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ $ pm2 deploy <configuration_file> <environment> <command>
<a name="considerations"/>
## Considerations
- Commit your node_modules folder. It's a best practice when you deploy code
- You might want to commit your node_modules folder ([#622](https://github.com/Unitech/pm2/issues/622))
- You can declare specific environment variable depending on the environment you want to deploy the code to. For instance to declare variables for the production environment, just add "env_production": {} and declare that variables.
- PM2 will look by default to `ecosystem.json`. So you can skip the <configuration_file> options if it's the case
- It deploys your code via ssh, you don't need any dependencies
Expand Down

0 comments on commit 3b3bf8e

Please sign in to comment.