- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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 --
- 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)
- Go back to your code. Leverage the following commands to select your production workspace
- `aio console org list / select`
- `aio console project list / select`
- `aio console workspace list / select`
- 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.
- 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!
Views
Replies
0 Likes
Total Likes