Skip to content

Commit

Permalink
feat: add updater script
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvsh committed Jul 15, 2021
1 parent ff8552f commit 29ed728
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

git pull
yarn build
pm2 restart 0

0 comments on commit 29ed728

Please sign in to comment.