Skip to content

Commit

Permalink
Merge pull request #3594 from micpob/patch-29
Browse files Browse the repository at this point in the history
Fix sentence
  • Loading branch information
mluukkai committed Apr 24, 2024
2 parents 22256b5 + 0e888ee commit 620eb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/11/en/part11c.md
Expand Up @@ -52,7 +52,7 @@ Let's define some things we **want** in this hypothetical deployment system too:
- We would like it to be fast
- We'd like to have no downtime during the deployment (this is distinct from the requirement we have for handling user requests just before/during the deployment).

Next we will have three sets of exercises for automating the deployment with GitHub Actions, one for [Fly.io](https://fly.io/), another one for [Render](https://render.com/). The process of deployment is always specific to the particular cloud provider, so you can also do both the exercise sets if you want to see the differences how these services work with respect to deployments.
Next we will have three sets of exercises for automating the deployment with GitHub Actions, one for [Fly.io](https://fly.io/), another one for [Render](https://render.com/). The process of deployment is always specific to the particular cloud provider, so you can also do both the exercise sets if you want to see the differences on how these services work with respect to deployments.

### Has the app been deployed?

Expand Down

0 comments on commit 620eb40

Please sign in to comment.