Add a SplatNet updater command to the Shipit file

This commit is contained in:
Matt Isenhower
2018-03-13 09:33:48 -07:00
parent 3f1ca22eaf
commit 2cb9eb62c9

View File

@@ -41,6 +41,10 @@ module.exports = shipit => {
return shipit.remote('sudo docker-compose restart app', options());
});
shipit.blTask('splatnet', () => {
return shipit.remote(dockerApp + 'yarn splatnet', options());
});
// Combination Tasks
shipit.blTask('deploy', [