Skip to content

Commit

Permalink
[deployment] fix vite path
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman authored and chrisj committed Apr 16, 2024
1 parent 2689c03 commit a234ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Build client bundles
run: npm run build -- --no-typecheck --no-lint --define STATE_SERVERS=$(cat config/state_servers.json | tr -d " \t\n\r") --define NEUROGLANCER_BUILD_INFO='${{ env.BUILD_INFO }}' --define CUSTOM_BINDINGS=$(cat config/custom-keybinds.json | tr -d " \t\n\r")
- name: Write build info
run: echo $BUILD_INFO > ./dist/min/version.json
run: echo $BUILD_INFO > ./dist/client/version.json
shell: bash
- run: cp -r ./dist/min appengine/frontend/static/
- run: cp -r ./dist/client appengine/frontend/static/
- name: start deployment
uses: bobheadxi/deployments@v1
id: deployment
Expand Down

0 comments on commit a234ed7

Please sign in to comment.