Via Command Line
Prerequisites
tapit CLI Tool
See installation & authentication instructions app.tapitalee.com/dashboard/cli
Install docker
Ensure docker CLI is available in your PATH. Install Docker desktop on your Mac or PC, or Docker engine on Linux.
Install pack
Ensure this CLI tool is available in your PATH by installing pack
A Tapitalee app
Ensure you’ve already created an app in Tapitalee via CLI or Web UI, and specify it tapit.toml or command line with -a appName
Full build & upload
This is the fastest way to get deployed, and is a combination of the steps below.
The tag= is for naming purposes only, omit it to allow tapit to auto-detect the tag or branch based on your git repository.
$ tapit image deploy tag=v1Login to container repository only
$ tapit image show ecr
123685899365.dkr.ecr.ap-southeast-2.amazonaws.com/tap-appname-123456
$ tapit image login # (performs a docker login)Build and upload to container repository only
$ tapit image build tag=v123Deploy an already uploaded image
$ tapit create deploy tag=v123