Sha256: 9bc4480251f6fea9b808d32b21ecbf2e058c3e8a5d43c7f53199bb3c6b61ba4b
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
deploy: common: project_type: base_dir: /var/www repository: git@gitlab..... project_slug: tradespot default_branch: master domain: domain.com user: root port: 22 environments: development: staging: domain: staging.domain.com production: domain: production.cdomain.com dbs: default: development: staging: production: backup: local: keep:2 ftp: keep: 10 host: backup-host.com user: remote_backup pass: passw0rd apache: development: staging: server_name: staging.domain.com server_aliases: - www.staging.domain.com env_vars: SS_ENVIRONMENT_TYPE: test RAILS_ENV: staging APPLICATION_ENV: staging production: server_name: production.domain.com server_aliases: - www.production.domain.com server_admin: dev@domain.com env_vars: SS_ENVIRONMENT_TYPE: live RAILS_ENV: production APPLICATION_ENV: production resources: permissions: development: staging: www_executable: - vendor/bin production: www_executable: - vendor/bin log_dirs: - log
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bonethug-0.0.5 | skel/base/config/cnf.yml |