This commit is contained in:
@@ -46,7 +46,7 @@ steps:
|
|||||||
- cd /home/webmaster/worktime && git fetch --all && git reset --hard origin/cloud-saves
|
- cd /home/webmaster/worktime && git fetch --all && git reset --hard origin/cloud-saves
|
||||||
- name: build docker
|
- name: build docker
|
||||||
commands:
|
commands:
|
||||||
- docker build --tag worktime:latest /home/worktime/backend
|
- docker build --tag worktime:latest /home/webmaster/worktime/backend
|
||||||
- name: restart docker
|
- name: restart docker
|
||||||
commands:
|
commands:
|
||||||
- docker stop worktime
|
- docker stop worktime
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: process.env.NODE_ENV === 'production'
|
|
||||||
? '/worktime/'
|
|
||||||
: '/',
|
|
||||||
pwa: {
|
pwa: {
|
||||||
appleMobileWebAppCapable: 'yes',
|
appleMobileWebAppCapable: 'yes',
|
||||||
appleMobileWebAppStatusBarStyle: 'black-transculent',
|
appleMobileWebAppStatusBarStyle: 'black-transculent',
|
||||||
|
|||||||
Reference in New Issue
Block a user