Telegraf instance to deploy on CleverCloud in a golang app
-
Init golang app on CleverCloud
CleverCloud Console
Create... > an application > CREATE A BRAND NEW APP > Goclever-tools
clever create --type go [APP-NAME] -
Add remote repository
git remote add clever $(jq -r '.apps[0].git_ssh_url' .clever.json) -
Push to CleverCloud
git push clever master