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: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,14 @@ This function is helpful if you know cli-uploader made a mistake or you want to
98
98
99
99
To exit the Rails console, use `Ctrl-D`. To exit the SSH, use `Ctrl-D` as well.
100
100
101
+
#### Deploying `stuy-spec-api`
102
+
103
+
1. Go to your local `stuy-spec-api` directory and check out and pull down the branch you want to deploy.
104
+
105
+
2. Run `eb init`. Select the default region as choice 1 (us-east-1). Select the default application as choice 1 (stuyspec-api-prod). **DO NOT** create a new application and **DO NOT** create a new environment.
106
+
107
+
3. Run `eb deploy`.
108
+
101
109
## Testing GraphQL
102
110
103
111
Use [GraphiQL](https://github.com/graphql/graphiql) to test your GraphQL queries.
0 commit comments