Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson committed Jan 28, 2021
2 parents cb4e802 + 0bb9be8 commit 78809b2
Show file tree
Hide file tree
Showing 52 changed files with 2,753 additions and 1,406 deletions.
4 changes: 4 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NODE_ENV=development
BASE_URL=https://test.better-call.dev/
VUE_APP_API_URI=https://test.better-call.dev/v1
VUE_APP_WS_URI=wss://test.better-call.dev/v1/ws
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ dev:
you:
npm run serve -- --mode you

test:
npm run serve -- --mode test

image:
docker build -t bakingbad/bcdhub-gui:latest .

Expand All @@ -15,5 +18,4 @@ stable-image:
docker build -t bakingbad/bcdhub-gui:$$STABLE_TAG .

release:
BCD_VERSION=$$(cat package.json | grep version | awk -F\" '{ print $$4 }')
git tag $$BCD_VERSION && git push origin $$BCD_VERSION
BCD_VERSION=$$(cat package.json | grep version | awk -F\" '{ print $$4 }') && git tag $$BCD_VERSION && git push origin $$BCD_VERSION
Loading

0 comments on commit 78809b2

Please sign in to comment.