mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-08 18:45:26 -05:00
Add a SplatNet updater command to the Shipit file
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user