From fbbea1a8d1518dd24e5052b421895c0aa09720cb Mon Sep 17 00:00:00 2001 From: cami Date: Mon, 12 Jul 2021 19:05:33 +0200 Subject: [PATCH] Update context --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7cf737b..9f431d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: plugins/docker settings: repo: caminsha/bt-backend - context: backend + context: ./backend username: from_secret: DOCKER_USERNAME password: @@ -25,7 +25,7 @@ steps: image: plugins/docker settings: repo: caminsha/bt-frontend - context: frontend + context: ./frontend username: from_secret: DOCKER_USERNAME password: