Update sentry webhook runtime to node 12 (#825)

This commit is contained in:
alalamav 2021-02-19 12:30:22 -05:00 committed by GitHub
parent 422a610465
commit 7b64dc4465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,4 +17,4 @@
yarn do sentry_webhook/build
cp src/sentry_webhook/package.json build/sentry_webhook/
gcloud --project=uproxysite functions deploy postSentryEventToSalesforce --trigger-http --source=build/sentry_webhook --entry-point=postSentryEventToSalesforce
gcloud --project=uproxysite functions deploy postSentryEventToSalesforce --runtime=nodejs12 --trigger-http --source=build/sentry_webhook --entry-point=postSentryEventToSalesforce