Created
October 31, 2014 02:52
-
-
Save zbal/60fe043de880f4050db5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Prepare the app | |
- run: devops nodejs app add | |
options: | |
name: "{{ app_name }}" | |
root: /opt/{{ app_name }}/bundle | |
script: main.js | |
node_env: prod | |
user: devops | |
extra_env: > | |
"PORT=3000 | |
MONGO_URL=mongodb://meteor:{{ nodes.meteor.configuration.mongodb.users.meteor.password }}@localhost:27017/{{ database_name }} | |
MAIL_URL=smtp://username:[email protected]:587/ | |
ROOT_URL=http://{{ domain }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment