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',