That repository does require some deeper-than-we’d-like knowledge.
The flow looks a bit like this:
- Clone the fly-log-shipper repository
- Create an app w/
flyctl apps create --no-config --name <your-app-name>
- Replace the app name in
fly.toml
with the one you just created - Set
ORG
as an env variable in[env]
in thefly.toml
, it corresponds to the organization from which you’d like to pull logs. flyctl secrets set ACCESS_TOKEN=$(flyctl auth token) LOGDNA_API_KEY=<your LogDNA API key>
flyctl deploy
You should now be set.
We should make that a “launcher” (a bit like our postgres setup).