diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 04e64ac..6316fa1 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -9,7 +9,7 @@ - name: Create mariadb database shell: | - dokku mariadb:create + dokku mariadb:create gitea --custom-env "USER=gitea" --password {{ db_passwd }} --root-password {{ root_db_passwd }}