Skip to content

Commit

Permalink
Add environment variable for deployment url (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov authored Aug 13, 2023
1 parent d6edbf5 commit 9bd448d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal class GoogleCloudPubSubSubscription(
log.d("Creating PubSub subscription $subscription")
pubSubSubscription.create(
// TODO: Fix this to use a env variable for the website
json("pushEndpoint" to "https://codinglove.serveo.net${httpPath}")
json("pushEndpoint" to "https://cloudrun-test-oe6rkpnjrq-uw.a.run.app/$httpPath")
).await()
}
Either.Right(Unit)
Expand Down

0 comments on commit 9bd448d

Please sign in to comment.