service update with git pull

stable
Marcus 2021-02-15 09:38:19 -05:00
parent c41f8d429c
commit 7a69574d8c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ setInterval(function update() {
logp('attempting to fetch new version');
appendLogs('fetch', execSync(`git fetch`));
appendLogs('checkout', execSync(`git checkout --force --theirs ${branch}`));
appendLogs('update', execSync(`git pull`));
appendLogs('yarn', execSync(`yarn`));
logp('restarting...')