From 2cb9eb62c9e11055b2cbe7974b5708514aa6ae11 Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Tue, 13 Mar 2018 09:33:48 -0700 Subject: [PATCH] Add a SplatNet updater command to the Shipit file --- shipitfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shipitfile.js b/shipitfile.js index d0a7c3b..e0e342b 100644 --- a/shipitfile.js +++ b/shipitfile.js @@ -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', [