From 8b0d19ab35e5b33677ce161b8d9248a51db92896 Mon Sep 17 00:00:00 2001 From: Alex Corbi Date: Sun, 9 Feb 2020 21:07:27 +0100 Subject: [PATCH] updated README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cdef1984..f956eae3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ scopesessions.org ### Development ``` -git clone https://acorbi@bitbucket.org/acorbi/scopesessions.org.git +git clone https://bitbucket.org/acorbi/scopesessions.org.git ``` * Install dependencies ``` @@ -27,7 +27,7 @@ jekyll serve jekyll build # Build generates the HTML/JS/CSS into _site/ ``` -* Commit/Push changes to master or other branch. **NOTE** Optimally, all changes would be done in a separated branch and then merged per Pull-Request into master. +* Commit/Push changes to master. ``` git add --all . git commit -m "Changed this and that" @@ -36,9 +36,4 @@ git push ### Deployment -* SSH into scopesessions.org and pull the changes from master. -``` -cd /var/www/vhosts/scopesessions.org -git checkout master -git pull -``` +* Contact a.corbi@gmail.com