Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krtkvrm authored Mar 11, 2018
1 parent 7776d59 commit a42bf98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ A Simple Application to Deploy Project from Github directly to Cloud.
- [Configure SSH for Github on Cloud](https://help.github.com/articles/connecting-to-github-with-ssh/)
- Connect to Cloud via SSH
- Install node.js
- Clone autoploy and Change directory to Application<br>
`$ git clone https://github.com/vkartik97/autoploy.git`
`$ cd autoploy`
`$ git update-index --assume-unchanged config/projects.json` to avoid conflicts
- Clone autoploy and change directory to Application<br>
- `$ git clone https://github.com/vkartik97/autoploy.git`
- `$ cd autoploy`
- `$ git update-index --assume-unchanged config/projects.json` and `$ git update-index --assume-unchanged config/projects.json` to avoid pull conflicts
- Add Repository details to **autoploy/config/projects.json** in format :<br>
`{
"REPOSITORY_NAME/BRANCH_NAME": [GITHUB_LINK, LOCATION_OF_DEPLOYMENT]
Expand Down

0 comments on commit a42bf98

Please sign in to comment.