doctorray117 / minecraft-ondemand

Templates to deploy a serverless Minecraft Server on demand in AWS
Apache License 2.0
1.71k stars 118 forks source link

Incremental config changes? #47

Closed dotfrankruan closed 2 years ago

dotfrankruan commented 2 years ago

I didn't try, but if I want to change some settings, like Twilio keys or the vCPUs and RAM. Do I need to change the .env files and run npm run build && npm run deploy? I haven't tried that yet, but I am worrying about that it's going to create a new stack and a completely new server? Or maybe I was wrong?

ryansonshine commented 2 years ago

Hi @orange2008 ,

Yes, you'll want to change the variables in .env and run the build and deploy commands again. Your existing resources will be updated instead of creating new ones.

ryansonshine commented 2 years ago

Closing but feel free to reopen if that didn't resolve your issue.