- Authenticate the cloud run service (Felipe)
- Update Deploy.README.md (Felipe)
- Rebase into one commit (last after Felipe is done) (Harm)
-
After cloning the repo run
yarn install
and in Deploy/server runyarn install
again. -
Create a .env file in root of the project (.env.local does not work!) with the content of an admin api key generated in mc center (export as Sunrise SPA)
-
Run
yarn build
in the project root -
Follow the deploy instructions to deploy this code on cloud run.
-
Create a Google pub sub topic and create a subscription, make it a push subscription and use the url of the published cloud run project.
-
Use the subscription.json create a subscription on the api playground (use it as payload).
-
Use the customerPointsType.json to create a type on the api playground (use it as payload).