From 76e7338ab9a0fd6261f5651e7e62fc5a9b028448 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 17 Jun 2025 18:51:23 +0000 Subject: [PATCH] add context dir to the drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f6f1ca7..647b3f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: from_secret: dockerhub-token repo: viktorbarzin/blog dockerfile: crawler/frontend/Dockerfile + context: crawler/frontend auto_tag: true - name: Update deployment image: alpine