Deployment Targets
What Are Deployment Targets?
A deployment target represents a server or environment where your code will be deployed. Each project can have multiple targets for different environments like staging, production, and development.
Adding a Target
Navigate to your project settings and click "Add Target". Choose your server type and enter the connection details.
Supported Server Types
- FTP / FTPS
- SFTP (SSH)
- Amazon S3
- Rackspace Cloud Files
- GitHub Pages
Environment Variables
Each target can have its own set of environment variables that are available during the build process.