Skip to content

Commit

Permalink
Merge pull request #116 from indera/develop
Browse files Browse the repository at this point in the history
Add note about refreshing tags in README.md
  • Loading branch information
indera committed Sep 10, 2015
2 parents 8d0ce2f + 7d768d2 commit 0c5e6c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ After you clone the repository:
```
$ cd redi-dropper-client/app/deploy
$ git fetch --tags upstream
$ ./deploy.sh -i -t tag_number -r ~/git staging
OR
$ ./deploy/deploy.sh -i -t tag_number -r ~/git production
Expand Down Expand Up @@ -165,6 +166,12 @@ Re-upload configuration and code changes by executing one of the following:
$ deploy/deploy.sh -t tag_number -r ~/git production
```

Note: You might need to refresh the list of tags from the upstream

<pre>
$ git fetch --tags upstream
</pre>

Warning: **Do not use** the `-i` flag since it is intended only for the
initial deployment.

Expand Down

0 comments on commit 0c5e6c8

Please sign in to comment.