Closed umarhadi closed 1 year ago
@umarhadi is attempting to deploy a commit to the Restfire Studio Team on Vercel.
A member of the Team first needs to authorize it.
Awesome thanks for your contribution 😀 I'll check this out and test before I merge the pull request
Oh, I forgot. For database migration, I do it manually after the application is deployed. The way to do it is to SSH into the machine by running fly ssh console
, and then run the migration.
If you already have an account on fly.io and have installed flyctl, follow these steps:
.env.fly.example
to.env.fly
, and then modify its contents.flyctl launch
, do not confirm the deployment, and then checkfly.toml
to ensure that the internal port is4000
.fly scale memory 512
because this application requires at least 512MB of memory.flyctl deploy --dockerfile Dockerfile.fly
.