Start your Environment
Create and build your first environment using your own source code.
When you create a project, Artifakt will create automatically an environment called "main". Feel free to start it or create a new one.
Once the project is created, you can create your first environment. To do so, go to your project and click on New Environment.
When creating an environment, you must define a name, the Git branch to deploy, the type of platform to use, and the criticality (environments can be either
critical
or noncritical
).You can also choose to just "create" the environment or "Create & start" it.

Environment creation
If you set up your Git repository at the project level, the branches associated with your repository are automatically retrieved and available in the drop-down list.
Once your environment has been created, you can now launch its construction by clicking on Start in the drop-down menu.

Start an environment
Once the environment is deployed and available online, a domain name generated by Artifakt will be displayed in the list of project environments and on the environment home page.

Environment URL
An Artifakt page will indicate that your environment's infrastructure has been created. You will then have to deploy your application source code when you are ready.

Deploy your source code
Bravo ! 🥳 💯 Your first application is online thanks to Artifakt!