Getting Started
Getting Started
Connect your AWS account
After registering and logging in, follow the prompting to link your Team with an AWS Account.
Each team has one AWS account connected. If you want to connect a different AWS account you’ll need to create a new team.
Deploy from your local computer
Download and install the tapit
CLI tool and authenticate it with
your Tapitalee account by running this command:
$ tapit login
Change to your application’s home directory, and create the app in Tapitalee, which will also create a tapit.toml
file:
$ tapit create myAppName region=us-west-2
Do your first build & deploy:
$ tapit image deploy tag=v1