Skip to content

Commit

Permalink
Update Readme Deploy Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb committed Aug 20, 2016
1 parent b86ea3f commit d5c9ff1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,16 @@ sudo supervisorctl status
Open Browser: `http://<AWS IP>` (App is Live!)


Congratulations you have deployed your App
### Updating App

Each time you update the App via a git pull on your ubuntu instance, restart Supervisor to update the running app process.

```
sudo supervisorctl restart all
# You could also just say - restart board-games-app if you have multiple apps running
# Check if the restart has been successful.
sudo supervisorctl status
```

### The End

0 comments on commit d5c9ff1

Please sign in to comment.