min
Uploading a Build
Overview
Uploading a build in Solsta makes a release available for download through the Solsta Desktop Application. A build upload converts local files into deployable release data and assigns it to a repository within an environment.
Builds can be uploaded through the Solsta Desktop App or automatically through your CI/CD pipeline using Solsta integrations or deployment executables.
Before You Begin
- Ensure your Product, Environment, and Repository already exist.
- Confirm your credentials (Client ID and Secret) or sign in with an Admin account.
- Verify the environment has the correct deployment location (bucket or CDN).
Uploading from Solsta Desktop
- Log into the Solsta Desktop Application.
- Select a product and environment.
- Click Create Release.
- Choose the repository to upload into.
- Browse to your build folder or drag and drop files.
- Add a release version name and optional notes or URL.
- Click Upload.
Solsta converts the files and uploads them to your configured storage location.
Uploading via CI/CD
Use the Solsta Deploy step or executable in your pipeline (TeamCity, Jenkins, GitHub, or GitLab).
Define:
- Product, Environment, Repository
- Working directory or build path
- Version and optional release notes URL
The deployment tools automatically package, upload, and assign the release.
After Upload
Once uploaded:
- The new release appears under the repository’s Releases tab.
- Users can update or install it from the Solsta Desktop App.
- The environment’s history records a new snapshot.
Related
- Promote Releases Between Environments
- Release History
- Creating Repositories
- Updates and Deltas in Solsta
DOs
DONTs
Pro Tips
