feat: add dashboard setup with esbuild + chakra-ui

This commit is contained in:
Lakhan Samani
2021-12-29 11:56:19 +05:30
parent df192bed4d
commit cf4d94a7aa
16 changed files with 1925 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
VERSION="$1"
make clean && make build-app && CGO_ENABLED=1 VERSION=${VERSION} make
FILE_NAME=authorizer-${VERSION}-darwin-amd64.tar.gz
tar cvfz ${FILE_NAME} .env app/build build templates
tar cvfz ${FILE_NAME} .env app/build build templates dashboard/build
AUTH="Authorization: token $GITHUB_TOKEN"
RELASE_INFO=$(curl -sH "$AUTH" https://api.github.com/repos/authorizerdev/authorizer/releases/tags/${VERSION})
echo $RELASE_INFO