From 93f24a9ab4f370bde401f020c5c1feab6b614a1d Mon Sep 17 00:00:00 2001 From: Dinawo Date: Wed, 8 May 2024 01:21:17 +0200 Subject: [PATCH] Update Dockerfile and docker-compose.yml to use new directory structure and update volume paths --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9dddba6..5f1d0c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,6 @@ steps: tags: latest dockerfile: Dockerfile username: - from_secret: docker_username + from_secret: git_username password: - from_secret: docker_password \ No newline at end of file + from_secret: git_password \ No newline at end of file