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
1. Set the necessary [environment variables](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/parse-server/server.js#L23).
23
+
1. Set the necessary [environment variables](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/parse-server/config.json).
21
24
1.`npm start`
22
25
23
26
## Deploy
24
27
25
-
1.Modify `app.yaml` as needed.
26
-
1.`gcloud preview app deploy`
28
+
1.Set the necessary [environment variables](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/parse-server/config.json).
29
+
1.`npm run deploy`
27
30
28
31
Refer to the [appengine/README.md](../README.md) file for more instructions on
0 commit comments