add: drone ci
fix: ci fix: .drone docker rails version add .drone caching fix drone ci
This commit is contained in:
parent
95bbe2a9bd
commit
364d558408
6 changed files with 620 additions and 0 deletions
9
deployment/database.yml.tmpl
Normal file
9
deployment/database.yml.tmpl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
production:
|
||||
adapter: "mysql2"
|
||||
encoding: "utf8mb4"
|
||||
collation: "utf8mb4_unicode_520_ci"
|
||||
username: "{{ env "MYSQL_USER" }}"
|
||||
password: "{{ secret "db_password" }}"
|
||||
database: "{{ env "MYSQL_DB" }}"
|
||||
host: "{{ env "MYSQL_HOST" }}"
|
||||
port: "{{ env "MYSQL_PORT" }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue