Skip to content

Commit

Permalink
docs: fix typo (remix-run#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
believer authored Mar 29, 2022
1 parent 8b925b4 commit cedadcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Prior to your first deployment, you'll need to do a few things:
fly volumes create data --size 1 --app indie-stack-template-staging
```

Now that every is set up you can commit and push your changes to your repo. Every commit to your `main` branch will trigger a deployment to your production environment, and every commit to your `dev` branch will trigger a deployment to your staging environment.
Now that everything is set up you can commit and push your changes to your repo. Every commit to your `main` branch will trigger a deployment to your production environment, and every commit to your `dev` branch will trigger a deployment to your staging environment.

If you run into any issues deploying to Fly, make sure you've followed all of the steps above and if you have, then post as many details about your deployment (including your app name) to [the Fly support community](https://community.fly.io). They're normally pretty responsive over there and hopefully can help resolve any of your deployment issues and questions.

Expand Down

0 comments on commit cedadcc

Please sign in to comment.