-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathmain.yml
More file actions
41 lines (30 loc) · 784 Bytes
/
main.yml
File metadata and controls
41 lines (30 loc) · 784 Bytes
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
37
38
39
40
41
---
git_ref: "master"
projects_dir: "~{{ deployer }}/projects"
project_path: "{{ projects_dir }}/{{ app_name }}"
deploy_type: "restart"
mix_env: "prod"
setup_postgres: True
build_frontend: True
frontend_dir: ""
frontend_build_command: "$(npm bin)/brunch build --production"
post_frontend_build: "mix phoenix.digest"
deployer: deployer
domains: []
app_alert_emails: []
nginx_alert_emails: []
create_swap_file: True
# swap size in 1kb blocks
# we'll set the default at around 2gb
# 2048mb * 1024kb == 2097152
# which is approximately 2097 thousand ( == 2097k)
swap_size: 2097K
npm_config_jobs: 1
npm_config_install_production: False
secret_key_base_length: 64
enable_mail_alerts: False
smtp_port: 587
smtp_use_tls: False
# PRIVATE
smtp_tls_option: ""
npm_install_options: ""