updated README.md
This commit is contained in:
parent
cdec3a2be5
commit
8b0d19ab35
1 changed files with 3 additions and 8 deletions
11
README.md
11
README.md
|
|
@ -9,7 +9,7 @@ scopesessions.org
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://acorbi@bitbucket.org/acorbi/scopesessions.org.git
|
git clone https://bitbucket.org/acorbi/scopesessions.org.git
|
||||||
```
|
```
|
||||||
* Install dependencies
|
* Install dependencies
|
||||||
```
|
```
|
||||||
|
|
@ -27,7 +27,7 @@ jekyll serve
|
||||||
jekyll build
|
jekyll build
|
||||||
# Build generates the HTML/JS/CSS into _site/
|
# 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 add --all .
|
||||||
git commit -m "Changed this and that"
|
git commit -m "Changed this and that"
|
||||||
|
|
@ -36,9 +36,4 @@ git push
|
||||||
|
|
||||||
### Deployment
|
### Deployment
|
||||||
|
|
||||||
* SSH into scopesessions.org and pull the changes from master.
|
* Contact a.corbi@gmail.com
|
||||||
```
|
|
||||||
cd /var/www/vhosts/scopesessions.org
|
|
||||||
git checkout master
|
|
||||||
git pull
|
|
||||||
```
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue