I’m having trouble with setting secrets:
fly secrets set API_KEY='some_production_api_key'
Release v77 created
Monitoring Deployment
3 desired, 3 placed, 3 healthy, 0 unhealthy [health checks: 1 total, 1 passing]
--> v77 deployed successfully
When I go into my Rails application and check ENV['API_KEY']
I’m still getting the old value even after waiting until v77 is deployed but the strange part is that when running env
I see the correct (updated) value.