How to deploy your application

  1. Make sure you have a Dockerfile in the root directory, if not, create one examples are here.
  2. Make sure you have connected your domain, if not see this guide.
  3. Run the following command: npx @aurtic/cli containers {{project}} {{container}} deploy.
  4. Wait to your build is successfull if you selected to flow the process, you can look at your terminal. Otherwise you will get an email of the deployment build.
  5. Visit the deployments tab to view the result and logs.
  6. You will also be send an email with the build logs and whether the build succeeded or not.