This action publishes deployment events to HotLoop analytics
Required The service that has been deployed
Required The environment that has been deployed to
A boolean indicating if the deployment succeeded. Default: true
A DateTime indicating the time at which the deployment started. Default: new Date()
A DateTime indicated the time at which the deployment completed. Default: new Date()
uses: hotloop/deployment-action@main
with:
service: my-service
environment: production
hotloop-key: your-hotloop-key