Avatar

Level 3

Hi @alexb75062655 

 

Thank you for using Project Firefly! Currently, there isn't a way to automatically promote your build to production. Here's how you can promote it --

  1. Set up your production environment on Console with the same services needed for your application (this is necessary to separate production credentials from stage credentials)
  2. Go back to your code. Leverage the following commands to select your production workspace
    1. `aio console org list / select`
    2. `aio console project list / select`
    3. `aio console workspace list / select`
  3. Once you are on the production workspace, which you can check using `aio where`, go to your project root folder, do `aio app use` to switch to use your production environment.
  4. You should see your application live in your production workspace after this. You can also use Console to publish your application when it's ready!