-
Sign up and log in to Fly
flyctl auth signup- Setup Fly. It'll ask the following questions
flyctl launch
Would you like to copy its configuration to the new app? Yes(y)
Choose an app name (leaving blank will default to 'coursify') (leave blank)
App coursify already exists, do you want to launch into that app? Yes (y)- To actually deploy it, all you'll you need to do is run this:
npm run deployYou can run flyctl info to get the url and ip address of your server.
Check out the fly docs for more information.