You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/setting-up-seed.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ chapter: Setting Up infrastructure
8
8
postnumber: 4
9
9
---
10
10
11
-
In this part we will set up Seed, which is our Continous Integration & deployment tool that will allow us to deploy our back-end whenever there is a change in the master branch of our repo and configure different stages. The reason why we are doing this so soon is that for our Apollo Server to work with Serverless Offline we need the Lambda and the other resources to be provisioned to work with GraphQL playground.
11
+
In this part we will set up [Seed](https://seed.run/), which is our Continous Integration & deployment tool that will allow us to deploy our back-end whenever there is a change in the master branch of our repo and configure different stages. The reason why we are doing this so soon is that for our Apollo Server to work with Serverless Offline we need the Lambda and the other resources to be provisioned to work with GraphQL playground.
12
12
13
13
First, sign up for an account: \[add account sign up]
0 commit comments