sammy
#
Installation#
Getting Started#
PrerequisitesInstall doctl
MacOS:
Ubuntu:
#
Authenticating with DigitalOceanGenerate an API token for the team you want to use.
You can log into multiple teams.
And switch between them:
#
ConfiguringIn your project's package.json
, set the context and app IDs.
#
File StructureThe CLI will create appspec.${env}.yml
files. For examples:
#
API#
sammy appspec:getDownload and write the appspec yaml file for the specified environment.
#
sammy appspec:updateUpload the appspec yaml file for the specified environment to DigitalOcean.
#
sammy create-deploymentTrigger a new deployment.