-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeploy.conf
More file actions
21 lines (18 loc) · 863 Bytes
/
deploy.conf
File metadata and controls
21 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# deploy.conf
#
# Author: Jinhyuk Lee <eces at mstock.org>
# Organization: MINTPRESSO <support at mintpresso.com>
# Repository: https://github.com/eces/chai-latte
#
# Description: This is a configuration file for the command 'deploy' of executable script file.
#
ORGANIZATION_NAME='MINTPRESSO'
USER_NAME='Jinhyuk Lee'
SERVER_NAME='trinity.so (IDC)'
SERVER_HOST='trinity.so'
SERVER_USER='mintpresso'
# without slash '/' at the end
BASE_DIR='/home/mintpresso/playframework'
DEPLOY_BEFORE=''
PLAY_OPTIONS='-Dconfig.file=../production.conf -Daffogato.repository=git://github.com/mintpresso/affogato.git -javaagent:../../../newrelic/newrelic.jar -Dnewrelic.bootstrap_classpath=true -Dnewrelic.environment=api-server'
DEPLOY_AFTER="echo \"`git log -n 3`\" | java -jar ../../../newrelic/newrelic.jar deployment --environment=api-server --user=${USER_NAME} --changes"