Local storage basic persistence
This commit is contained in:
8
Makefile
8
Makefile
@ -1,5 +1,11 @@
|
||||
DOKKU_URL := dokku@dev.lookingfora.name:guesstimate
|
||||
|
||||
watch:
|
||||
npm run dev
|
||||
|
||||
build:
|
||||
npm run build
|
||||
|
||||
dokku-build:
|
||||
docker build \
|
||||
-t guesstimate-dokku:latest \
|
||||
@ -10,4 +16,4 @@ dokku-run:
|
||||
|
||||
dokku-deploy:
|
||||
$(if $(shell git config remote.dokku.url),, git remote add dokku $(DOKKU_URL))
|
||||
git push -f dokku $(shell git rev-parse HEAD):master
|
||||
git push -f dokku $(shell git rev-parse HEAD):refs/heads/master
|
Reference in New Issue
Block a user