Drop custom-env

See https://github.com/dokku/dokku-mariadb/issues/89
This commit is contained in:
Luke Murphy 2020-03-22 12:04:31 +01:00
parent 5067b932ab
commit 7298a8c993
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
- yml
- name: Create mariadb database
shell: 'dokku mariadb:create gitea --custom-env "USER=gitea" --password {{ db_passwd }} --root-password {{ root_db_passwd }}'
shell: "dokku mariadb:create gitea --password {{ db_passwd }} --root-password {{ root_db_passwd }}"
args:
creates: /var/lib/dokku/services/mariadb/gitea