DEV Community

Discussion on: Help Thread — DigitalOcean App Platform Hackathon on DEV

Collapse
 
awnton profile image
Anton Gunnarsson

Is it supported to declare a redis instance in a app.yaml-file and deploy it with the CLI?

When I add it like below it fails without giving a specific error:

name: hackathon-runner
region: ams
static_sites:
  - ...
databases:
  - name: hackathon-runner-redis
     engine: REDIS
     production: true
     cluster_name: hackathon-runner-db-cluster
Enter fullscreen mode Exit fullscreen mode