From 2db8f4dafb550da820b3e6f35aa4d5e111b9e393 Mon Sep 17 00:00:00 2001 From: anatolykopyl Date: Tue, 10 May 2022 03:12:26 +0300 Subject: [PATCH] Fix website path --- .drone.yml | 2 +- frontend/vue.config.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index b1ee24c..31270d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: - cd /home/webmaster/worktime && git fetch --all && git reset --hard origin/cloud-saves - name: build docker commands: - - docker build --tag worktime:latest /home/worktime/backend + - docker build --tag worktime:latest /home/webmaster/worktime/backend - name: restart docker commands: - docker stop worktime diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 3e20da7..6b5fcb4 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -1,7 +1,4 @@ module.exports = { - publicPath: process.env.NODE_ENV === 'production' - ? '/worktime/' - : '/', pwa: { appleMobileWebAppCapable: 'yes', appleMobileWebAppStatusBarStyle: 'black-transculent',