Here how you can create and deploy a custom project.
CraneIt allows you to self-host any containerized application in minutes. It’s a simple, fast, and secure way to deploy to AWS.CraneIt also offers a Library, a set of projects ready for deployment in just two clicks.
To create a project, simply click the “New project” button in the projects tab.Once done, either click one the project name (New project), or on the “Edit” button.
This section is dedicated to your project’s secrets.As shown on the image bellow, you’ll be met with the following options:
AWS API Token: The token that we use to manage your AWS account (DON’T SHARE THIS WITH ANYONE!).
AWS API Secret: The private key that corresponds to the token (DON’T SHARE THIS WITH ANYONE!).
AWS Region: When we will deploy your servers.
Docker Token (optional): The token that we use to pull images from private docker registries.
Docker Provider (optional): Where your private registry is hosted (for example github’s registry is hosted at ghrc.io).
Env Files: Write entire environment files, that will be uploaded to your server, and found in the .envs folder in your ec2 instance (available during boot).
Secrets: Key value pairs that will be passed as environment variables during the boot sequence of your server.