Skip to content

Commit

Permalink
release: v2023.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed May 18, 2023
2 parents d8f6700 + 9e28a99 commit 87e28fe
Show file tree
Hide file tree
Showing 150 changed files with 11,396 additions and 2,253 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
assets
docs
fixtures
target
15 changes: 15 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SPYGLASS_BACKEND_DEV=http://127.0.0.1:8757
SPYGLASS_BACKEND_PROD=

DEV_AUTH0_DOMAIN=
DEV_AUTH0_CLIENT_ID=
DEV_AUTH0_REDIRECT_URI=http://localhost:8080
DEV_AUTH0_AUDIENCE=

AUTH0_DOMAIN=
AUTH0_CLIENT_ID=
AUTH0_REDIRECT_URI=
AUTH0_AUDIENCE=

GOOGLE_CLIENT_ID=
GOOGLE_API_KEY=
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
echo "target_arch=$(rustc -Vv | grep host | awk '{print $2 " "}')" >> $GITHUB_ENV;
echo "target_ext=" >> $GITHUB_ENV;
echo "target_os_name=linux" >> $GITHUB_ENV;
- name: Setup env file
run: cp .env.template .env
# Setup rust toolchain
- name: Setup rust toolchain
uses: actions-rs/toolchain@v1
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ data
_notebooks
*.wasm
Makefile.dev
.env

# Added by cargo
target
**/target
node_modules
dist
binaries
binaries
Loading

0 comments on commit 87e28fe

Please sign in to comment.