Skip to main content
Once you’ve build out your Compose App and tested it locally, you’ll want to deploy it for production usage. Your app will be deployed to fully isolated runtime Environment with a dedicated database. Environment Variables and Secrets you’ve provided will be available to your app and our durability engine will ensure task execution and resumption across restarts and roll-outs. You’ll be able to monitor your app via the goldsky web application.

The deploy command

Deployment is done by running this Command with a reference to your manifest file. The deploy command is itempotent and will handle userting your app to the cloud.
goldsky compose deploy
The Compose CLI extension will handling provisioning the necessary resources and launching your app based on the configuration in your Manifest. Once complete, cron tasks will start and http triggers will be available. See task-triggers for more information.

Monitoring your app via the webapp

Like with our indexing products, you’ll see your Compose Apps in the Goldsky Webapp. From there you’ll be able to see the App’s status, recent task runs (with details about all context function calls) and raw logs output. The url for your App’s dashboard will be formed like:
https://app.goldsky.com/dashboard/compose/{appName}