Skip to content

Commit

Permalink
Add DD slack to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
levi-rs committed Jun 24, 2016
1 parent aba3e57 commit eac9823
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ cd /opt/dankbot
source env/bin/activate
git pull
pip install --upgrade -e .

deactivate

cd /opt/dankbot_dd
source env/bin/activate
git pull
pip install --upgrade -e .

0 comments on commit eac9823

Please sign in to comment.