Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 10, 2022
1 parent af8d623 commit 0eea850
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/release
@@ -0,0 +1,8 @@
#!/bin/sh

cd /opt/succession
. ~succession/.bashrc
git pull
bin/load_db
bin/succession_service restart
service memcached restart

0 comments on commit 0eea850

Please sign in to comment.