From 426e5c7ad4e5b44661e2787df4d3ac5924d5dd1a Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Wed, 2 Oct 2024 01:41:57 +0200 Subject: [PATCH] chore: polishing drone build script --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d935347..2daa4e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,9 @@ # This file defines a Drone pipeline that builds a static website with "npm run build". This # pipeline must be marked as "Trusted" in the Drone project settings. # -# We mount the target directory of the project under "/var/www/{project}" to the container -# "dist/" directory. A caveat is that the container builds files with "root" permissions, -# so we need to fix those after each build with a second pipeline. +# We mount the target directory of the project at "/var/www/{project}" to the container +# "dist/" directory and the run the build. A caveat is that the container builds files +# with "root" permissions, so we need to fix those after each build with a second pipeline. kind: pipeline name: default