fly.io deployment error
I tried to deploy to fly.io, and I set DATABASE_URL, and I tested it can connect successfully with dbms, it still got error saying env not found, how to solve it? Thank you.
@miho @martinsos
@miho @martinsos
DATABASE_URL<random_string_at_least_32_characters_long><url_of_where_client_will_be_deployed><url_of_where_server_will_be_deployed>.wasp/out/server/.env<your_database_url><app_name>PORTPORTPORT3001300130013001flyctl secrets set PORT=3001flyctl secrets set PORT=8080
flyctl secrets set JWT_SECRET=<random_string_at_least_32_characters_long>
flyctl secrets set WASP_WEB_CLIENT_URL=<url_of_where_client_will_be_deployed>
flyctl secrets set WASP_SERVER_URL=<url_of_where_server_will_be_deployed>DATABASE_URL="<your_database_url>" wasp deploy fly launch <app_name> denflyctl secrets set PORT=3001