Skip to content

Instantly share code, notes, and snippets.

View m-b-davis's full-sized avatar

Matt Davis m-b-davis

View GitHub Profile
{
user: {
name: "John Smith",
id: 1,
email: "js123@soton.ac.uk",
adminOfSocieties: [0, 3, 7], // society ids john is an admin of otherwise return empty list []
memberOfSocieties: [1, 2, 3, 6, 8] // society ids john is a member of otherwise return empty list []
}
}
@m-b-davis
m-b-davis / gist:3665a1c712590af79ce7c9e36bdd3980
Last active April 30, 2020 19:26
Surge Deployment Workflow
name: deploy-master
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix: