Skip to content

Commit b60ccd4

Browse files
authored
Merge pull request #813 from hyperware-ai/release-candidate
v1.6.0 rc
2 parents 079e514 + d46e3a7 commit b60ccd4

File tree

144 files changed

+16649
-2843
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+16649
-2843
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
port: ${{ secrets.SSH_PROD_PORT }}
2020
command_timeout: 60m
2121
script: |
22-
curl -X PUT http://localhost:8000/monitor/build-hyperdrive
22+
~/hosting_backend/smd/backend/production/smd_scripts/call-build-hyperdrive.sh

.github/workflows/release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
port: ${{ secrets.SSH_PORT }}
2020
command_timeout: 60m
2121
script: |
22-
curl -X PUT http://localhost:8000/monitor/build-hyperdrive
22+
~/hosting_backend/smd/backend/staging/smd_scripts/call-build-hyperdrive.sh

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ hyperdrive/src/bootstrapped_processes.rs
1717
hyperdrive/packages/**/wasi_snapshot_preview1.wasm
1818

1919
hyperdrive/packages/app-store/pkg/ui/*
20+
hyperdrive/packages/app-store/pkg/public-ui/*
2021
hyperdrive/packages/file-explorer/api
2122
hyperdrive/packages/file-explorer/pkg/ui/*
2223
hyperdrive/packages/homepage/pkg/ui/*
2324
hyperdrive/packages/settings/pkg/ui/*
25+
hyperdrive/packages/hyperwallet/pkg/ui
26+
hyperdrive/packages/hyperwallet/ui/dist
27+
hyperdrive/packages/docs/pkg/ui
28+
2429
hyperdrive/src/register-ui/build/
2530
hyperdrive/src/register-ui/dist/
2631
hyperdrive/packages/docs/pkg/ui
32+
/.idea

0 commit comments

Comments
 (0)