0.1.3 Add date ranges

This commit is contained in:
Daniel Mason 2022-01-06 11:30:15 +13:00
parent 1298bf9a7a
commit b87ad426d6
6 changed files with 41 additions and 38 deletions

View file

@ -6,9 +6,13 @@ cd /var/www/goscrobble-api
git pull
echo 'Building backend'
go build -o goscrobble cmd/go-scrobble/*.go
go build -o goscrobble cmd/goscrobble/*.go
echo 'Fetching lastest frontend commit'
cd /var/www/goscrobble-web
git pull
echo 'Installing frontend packages'
npm install --production