Deploying
To deploy your application, you can use the sst-laravel deploy command. You must be authenticated with AWS in your terminal session to deploy.
npx sst-laravel deploy --stage {stage}
npx sst-laravel deploy --stage sandbox
npx sst-laravel deploy --stage production
Note: If you're using
RemoteEnvVaultfor secrets management, you should usesst-laravel deployinstead ofsst deploydirectly. This ensures secrets are fetched from AWS Secrets Manager before the Docker build.