Skip to content

Commit

Permalink
chore(sentry_webhook): use Node.js 18 runtime version (Jigsaw-Code#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Nov 27, 2023
1 parent 094eeb3 commit 4c14a15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sentry_webhook/deploy.action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
npm run action sentry_webhook/build

cp src/sentry_webhook/package.json build/sentry_webhook/
gcloud --project=uproxysite functions deploy postSentryEventToSalesforce --runtime=nodejs12 --trigger-http --source=build/sentry_webhook --entry-point=postSentryEventToSalesforce
gcloud functions deploy postSentryEventToSalesforce \
--project=uproxysite \
--runtime=nodejs18 \
--trigger-http \
--source=build/sentry_webhook \
--entry-point=postSentryEventToSalesforce

0 comments on commit 4c14a15

Please sign in to comment.