Skip to content

Commit

Permalink
Merge branch 'main' into separate-vesting-schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal authored Jul 22, 2024
2 parents 25bf87d + ec8afec commit c29f11a
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
version: latest

- name: 🚀 Deploy Production
run: flyctl deploy --remote-only --image captable/captable:latest
run: flyctl deploy --vm-cpu-kind=performance --remote-only --image captable/captable:latest
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: 🚀 Deploy Staging
run:
flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }}
flyctl deploy --vm-cpu-kind=performance --remote-only --build-arg COMMIT_SHA=${{ github.sha }}
--app ${{ steps.app_name.outputs.value }}-staging
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.0.0",
Expand Down
151 changes: 125 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c29f11a

Please sign in to comment.