mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Update sentry webhook runtime to node 12 (#825)
This commit is contained in:
parent
422a610465
commit
7b64dc4465
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue