You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the workspace ID from Settings > General > Workspace and Endpoint Information > Workspace ID
and set <WORKSPACE_ID>.
Buddy
On a new pipeline, Add action > Node.js
Select the branch in Settings (See Buddy Settings).
Copy the next lines (<8BASE_BRANCH> is the 8base branch created)
npm i -g 8base-cli@latest
8base login -t <8BASE_TOKEN>
8base configure -w <WORKSPACE_ID>
8base environment set -n <8BASE_BRANCH>
8base migration commit -f -m FULL
AWS Elastic Beanstalk
On the root directory of the project, add a configuration file at .elasticbeanstalk > config.yml. Inside the file, set the branches that will be loaded according to the application enabled in Amazon EB:
Uh oh!
There was an error while loading. Please reload this page.
8base
and set <WORKSPACE_ID>.
Buddy
AWS Elastic Beanstalk
Buddy
**This example corresponds to the main branch
Buddy Settings
The text was updated successfully, but these errors were encountered: