add: drone ci

fix: ci

fix: .drone docker rails version

add .drone caching

fix drone ci
This commit is contained in:
Philipp Rothmann 2023-01-05 13:46:28 +01:00
parent 95bbe2a9bd
commit 364d558408
6 changed files with 620 additions and 0 deletions

View 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" }}"