hodcroftlab / covariants

Real-time updates and information about key SARS-CoV-2 variants, plus the scripts that generate this information.
https://covariants.org/
GNU Affero General Public License v3.0
316 stars 112 forks source link

[DO NOT MERGE] Test for branch `clusters_2week_intervals` #312

Closed emmahodcroft closed 2 years ago

emmahodcroft commented 2 years ago

This PR includes committed data files from running the clusters_2week_intervals branch. This will allow it to deploy, and we can see how the graphs look!

DO NOT MERGE

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
covariants ✅ Ready (Inspect) Visit Preview Jul 20, 2022 at 3:10PM (UTC)
emmahodcroft commented 2 years ago

Do draft branches still deploy? I wasn't sure so will leave this until after deploy, then convert.

ivan-aksamentov commented 2 years ago

@emmahodcroft

Do draft branches still deploy?

There is no concept of draft branches in git. It's a GitHub's invention. But yes, all commits deploy, on all branches, every time you do git push, regardless of whether GitHub PR even exist, i.e. Vercel does not depend on what's happening on GitHub site.

For example, this particular deployment you see above started running before you even submitted this PR: https://vercel.com/hodcroftlab/covariants?teamSlug=hodcroftlab&project=covariants&filterBranch=clusters_2week_intervals_test

On that Vercel page, the links for each commit are on the page of the corresponding deployment or in the menu (triple dot on the right), and the link for the branch is in blue color above the list. It always points to the last deployment on this branch. You can select a branch in the search box/dropdown.

emmahodcroft commented 2 years ago

Closed in favour of newer test branch #312 . Will continue testing with new branches/PR etc.