I need to set my environment variable for my app after deployment, but I can only set a single variable at a time. Is there a way I can set all my variables at once?.
Here is the screenshot of the command that is use for setting the secret.
I need to set my environment variable for my app after deployment, but I can only set a single variable at a time. Is there a way I can set all my variables at once?.
Here is the screenshot of the command that is use for setting the secret.
Hey there!
I just want to be sure I understand, are you wishing to be able to import your secrets from a file? Or set them manually like in the screenshot you shared?
Thank you so much @zee, I found out that I can do something like this in my terminal: fly secrets set MY_FIRST_CODE=123 MY_SEC_CODE=321 MY_THIRD_CODE=231