---
title: "GitHub Builds, Holiday Access, and Feedback Board"
date: 2020-12-18
number: 0010
url: https://railway.com/changelog/2020-12-18
---

# GitHub Builds, Holiday Access, and Feedback Board

## Holiday Access

Hohoho 🎄 happy holidays from Railway! This year we want to give you the gift of deployments. Until the end of the year, we're opening Railway's registration to anybody interested in hacking over the holidays.

Come in, spin up projects, create deployments and infrastructure! As always, we're here in the [Discord](https://discord.gg/xAm2w6g).

**Please Note**: We may cutoff registration at any time should things get slow. This is to prevent degraded experience/downtime for those who have already spun up a project.

## GitHub Auto Deploys

This is probably our most requested feature, and it took us a while to get to a UX we're really happy with. The result: **CMD + K → Auto Deploy.**

Pick a repo, hit connect, and every push will trigger a deploy. It's that easy.

**Note**: Please make sure your application is listening on the PORT environment variable.

[Image: Untitled]

## Feedback

Your feedback is valuable to us, which is why we've made giving feedback as easy as **CMD + K → Feedback**. Here you can submit a feature request or bug report. Both link out to [feedback.railway.app](https://feedback.railway.app/).

[Image: Untitled]

## Other Fixes and Improvements

- Improvement: Typing on Postgres/MySQL table pages will now perform a highlight selection
- Improvement: Toasts will be displayed when a new deploy is live
- Improvement: Button to easily copy the redis key name
- Bug Fix: Vercel integration would sometimes not load for some peopel
- Bug Fix: Handle long redis key names better
- Bug Fix: You can connect a GitHub account to your Railway account even if the primary emails don't match