Skip to content

Commit

Permalink
docs(deployment): remove obsolete "serverless" section (#1478)
Browse files Browse the repository at this point in the history
The _serverless_ section had a broken link since the specific _serverless_ page was removed [here](c612fc9). Furthermore, it feels redundant to keep this section now that we have a section about _serverless functions_ in this _deployment_ page.

* Update deployment.md

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
  • Loading branch information
imwiss and gr2m committed Feb 18, 2021
1 parent c0710a2 commit 2c97c99
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/deployment.md
Expand Up @@ -27,7 +27,6 @@ Every app can either be deployed stand-alone, or combined with other apps in one
- [Share the app](#share-the-app)
- [Combining apps](#combining-apps)
- [Error tracking](#error-tracking)
- [Serverless](#serverless)

<!-- tocstop -->

Expand Down Expand Up @@ -341,7 +340,3 @@ module.exports = async (app, options) => {
Probot logs messages using [pino](https://getpino.io/). There is a growing number of tools that consume these logs and send them to error tracking services: https://getpino.io/#/docs/transports.

By default, Probot can send errors to [Sentry](https://sentry.io/) using its own transport [`@probot/pino`](https://github.com/probot/pino/#readme). Set the `SENTRY_DSN` environment variable to enable it.

## Serverless

Serverless abstracts away the most menial parts of building an application, leaving developers to write code and not actively manage scaling for their applications. The [Serverless Deployment](./serverless-deployment.md) section will show you how to deploy you application using functions instead of servers.

0 comments on commit 2c97c99

Please sign in to comment.