As per documentation I’m using fly deploy
to release a new version of my application and push staged secrets:
Secrets are staged for the next release. To trigger a deploy, run [
fly deploy
(fly deploy · Fly Docs) from a terminal.
I’ve also tried fly secrets deploy
with the following result:
[1/2] Machine 17811176c29XXX [app] update finished: success
[2/2] Machine 9080ee7ef2XXX [app] update finished: success
NOTHING will remove the “staged variables” message from the Dashboard and use the set environmental variables.
How can I solve this?