diff --git a/repositories.js b/repositories.js index dc157fa..443c974 100644 --- a/repositories.js +++ b/repositories.js @@ -9,6 +9,7 @@ const { SHELL_SECRET, ANCHOR_SECRET, HOOKS_SECRET, + SUNRISE_SECRETE, PRE_REGISTRATION_SECRET, SHELL_2018_SECRET, SHELL_2017_SECRET @@ -41,6 +42,11 @@ module.exports = [ secret: ANCHOR_SECRET, commands: `${pull} && ${update} && ${build} && ${reload}` }, + { + path: path.resolve(__dirname, "../Sunrise"), + secret: SUNRISE_SECRETE, + commands: `${pull} && ${update} && ${build} && ${reload}` + }, { path: path.resolve(__dirname), secret: HOOKS_SECRET,