Skip to content

Commit f14d6b9

Browse files
[DX] Remove outdated info from dev-docs (#12360)
- rename heroku to hetzner - remove staging info - update most commonly used environment to codespaces
1 parent 82485c6 commit f14d6b9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

dev-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# All About HCB
22

3-
HCB is a tool for hackers to hack on the real world, like GitHub, but for building with atoms and people, not bits and cycles. Thank you so much for contributing to the HCB database.
3+
HCB is a tool for hackers to hack on the real world, like GitHub, but for building with atoms and people, not bits and cycles. Thank you so much for contributing to the HCB codebase.
44

55
## Table of Contents
66
- [Home](#)
@@ -93,7 +93,7 @@ HCB's operations team perform their work through the admin dashboard on HCB and
9393

9494
### Deployment & Monitoring
9595

96-
HCB is deployed on [Heroku](https://www.heroku.com/). We have two dynos, one for Rails and one for our [Sidekiq](https://github.com/sidekiq/sidekiq) workers. We handle errors using [AppSignal](https://www.appsignal.com/). We also run [status.hackclub.com](https://status.hackclub.com/) using [Checkly](https://www.checklyhq.com/).
96+
HCB is deployed on [Hetzner](https://www.hetzner.com/). We handle errors using [AppSignal](https://www.appsignal.com/). We also run [status.hackclub.com](https://status.hackclub.com/) using [Checkly](https://www.checklyhq.com/).
9797

9898
***
9999

dev-docs/development.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development
22

3-
We recommend using Docker to get an instance running locally. It should work out-of-the-box and is how most contributors work on HCB.
3+
We recommend using GitHub Codespaces to get an instance running. It should work out-of-the-box and is how most contributors work on HCB.
44

55
- [Running HCB locally](#running-hcb-locally)
66
- [Quickstart with GitHub Codespaces](#quickstart-with-github-codespaces)
@@ -168,10 +168,6 @@ HCB has a limited set of tests created using [RSpec](https://rspec.info/). Run t
168168
bundle exec rspec
169169
```
170170

171-
### Staging access
172-
173-
All PRs are deployed in a staging enviroment using Heroku. Login using the email `staging@bank.engineering`. Visit [`#hcb-staging`](https://hackclub.slack.com/archives/C07KLU4B0M7) on the [Hack Club Slack](https://hackclub.com/slack) for the code.
174-
175171
## Credentials
176172

177173
External contributors should provide credentials via a [`.env.development`](/.env.development) file [(view example)](/.env.development.example). Developers using the `devcontainer` setup (eg. in GitHub Codespaces), will need to rebuild the container after modifying the [`.env.development`](/.env.development) file to pull in the new variables.

0 commit comments

Comments
 (0)