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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,6 @@ npm i
18
18
npm start
19
19
```
20
20
21
-
for the serverless stuff, it is just adding the env vars to the configuration and doing `serverless deploy`, once you have it installed.
21
+
for the serverless stuff, your .env file will be populated to the functions so you only need to do `serverless deploy`, once you have it installed.
22
+
23
+
for the ec2 instance, you would want to deploy the normal `master` branch to a server and set up a cron job or similar that would start the service when the instance is started after it was paused
0 commit comments