🔨 Deploy New Application
In SwiftWave you can deploy your application from various sources.
- 📦 Git Repository (Supports both HTTP and SSH)
- 🐳 Docker Image Repository
- If your code isn't on a Git or Image Repository, worry not! Simply choose your code folder and upload it. 📂
🚀 Deploy Application
- Click on the
Deploy New Application
button on the Sidebar of the Dashboard. - Choose your application source (Git Repository, Docker Image, or Upload Code Folder) option.
- Fill in the required details.
- Click on
Generate Configuration
button. - You can choose to edit generated Dockerfile by clicking on
View/Modify Dockerfile
button. If you feel it detected some wrong services, you can change the detected service and choose another template. - Edit Build Arguments, if required.
- Put the command, if you need to override the default command of dockerfile.
- Click on
Confirm & Proceed to Next Step
button. - Configure your application's environment variables. (You can also configure this later.)
- You can also configure persistent storage for your application. (You can also configure this later.)
- In
Advanced Options
section, you can configure deployment strategy, deployment mode, and other advanced options. - Click on
Click to Confirm & Deploy
button. - Your application will be deployed in a few minutes. 🚀
- You can check the build logs and status in the same page.