To install dependencies:
bun installBefore deploying, use
diffto check the changes. Here is an example:
bunx sst diff --stage productionTo deploy on GCP on development:
bunx sst deployTo deploy on GCP on production:
bunx sst deploy --stage production