Skip to main content

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 RemoteEnvVault for secrets management, you should use sst-laravel deploy instead of sst deploy directly. This ensures secrets are fetched from AWS Secrets Manager before the Docker build.