Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 547 Bytes

File metadata and controls

18 lines (11 loc) · 547 Bytes

paymentrequest-show

Deployment

The app can be deployed as node.js applications. In addition, app.yaml is included here for the purposes of deploying on Google App Engine.

App Engine deployment

Make sure the Google Cloud SDK is installed.

After configuring your project, simply run the following command to deploy or update the applications in their respective directories.

gcloud app deploy --project <your-project>

The application should now be serving at <your-project>.appspot.com.