From 0c6d81ef93f15cec5354f2e7bd9693366f21af55 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sun, 31 Jan 2021 19:43:04 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index aa97ce9..49bb851 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - name: build commands: - cd ./antd-web-apps - - BUILDDIR=/opt/cloud/cuser/wapps make + - BUILDDIR=/opt/www/htdocs make trigger: branch: - master