nhshackday / nhshackday.github.io

NHS Hack Day website
http://nhshackday.com
13 stars 22 forks source link

Details of how to test a PR on the staging site #231

Closed DeckOfPandas closed 6 years ago

DeckOfPandas commented 6 years ago

e.g. for Helen:

git checkout -b DeckOfPandas-styling master

git pull https://github.com/DeckOfPandas/nhshackday.github.io.git styling

git remote add staging git@github.com:newNHSHackdaySite/newNHSHackdaySite.github.io

git checkout -b dop-staging

rm CNAME

git commit -a -m "Kill CNAME for staging"

git push staging dop-staging:master -f
DeckOfPandas commented 6 years ago

Requesting review by @blu3id for compatibility with his work in progress

DeckOfPandas commented 6 years ago

Just going to merge this now!!!