-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeteoric.config.sh~
36 lines (25 loc) · 1.11 KB
/
meteoric.config.sh~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# IP or URL of the server you want to deploy to
APP_HOST=venturepact.com
# If you want a different ROOT_URL, when using a load balancer for instance, set it here
#ROOT_URL=mycustom.url.com
# Comment this if your host is not an EC2 instance
#EC2_PEM_FILE=~/.ssh/proxynet.pem
# What's your project's Git repo?
GIT_URL=https://github.com/anukools/Telescope.git
# Does your project use meteorite, or plain meteor?
METEORITE=true
# If not using Meteorite, you need to specify this
METEOR_RELEASE=0.6.4
#If you have an external service, such as Google SMTP, set this
#MAIL_URL=smtp://USERNAME:[email protected]:465
# What's your app name?
APP_NAME=PreLaunch_Venture
# If your app is not on the repository root, set this
APP_PATH=.
# If you would like to use a different branch, set it here
GIT_BRANCH=master
# Kill the forever and node processes, and deletes the bundle directory and tar file prior to deploying
FORCE_CLEAN=false
# If you want to do something before forever starts Meteor, you can do it here
# NOTE: Don't forget to use a semi-colon at the end of every command
#PRE_METEOR_START="export ENVIRONMENT=prod;"