🔨 Deploy New Application
📝 Pre-requisites
Deploying with SwiftWave is a breeze – just bring your application's source code, and SwiftWave handles everything else.
SwiftWave effortlessly accommodates various application sources:
- 📦 Git Repository
- 🐳 Docker Image
- 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. - Edit Build Arguments, if required.
- Click on
Confirm & Proceed to Next Step
button. - At top, you can configure no of application instances you require. (You can also configure this later.)
- 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.)
- Click on
Confirm & Proceed to Next
button. - Click on
Click to Deploy
button. - Your application will be deployed in a few minutes. 🚀
- You can check the build logs and status in the same page.