moved everything to webpack, migrated to bootstrap v4

This commit is contained in:
2019-05-28 22:24:12 +02:00
parent cd22be4534
commit 3f308897c9
35 changed files with 6198 additions and 478 deletions

View File

@@ -6,8 +6,10 @@ build:
image: node:latest
script:
- yarn
- yarn run build
- rm -rf ~/slowdowner/*
- cp -r ./* ~/slowdowner
- ln -s /media/songs ~/slowdowner/src/static
- ln -s /media/cloud/Musik ~/slowdowner/dist/songs
- ln -s /media/cloud/Noten ~/slowdowner/dist/sheets
- sudo /bin/systemctl restart slowdowner.service
- sudo /bin/systemctl status slowdowner.service