Skip to content

Commit

Permalink
Merge pull request #2 from UPE-FIU/jehf-sunrise
Browse files Browse the repository at this point in the history
added sunrise to CI
  • Loading branch information
Jehfkemsy authored Aug 24, 2019
2 parents c7174e8 + 71628bf commit a76fa21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions repositories.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const {
SHELL_SECRET,
ANCHOR_SECRET,
HOOKS_SECRET,
SUNRISE_SECRETE,
PRE_REGISTRATION_SECRET,
SHELL_2018_SECRET,
SHELL_2017_SECRET
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a76fa21

Please sign in to comment.