Skip to content

Commit

Permalink
feat: changing the git actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Oct 9, 2023
1 parent 0e75904 commit fbb4ced
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
if: github.event.release.prerelease == true
strategy:
matrix:
microapps:
[
microapps: [
"WEBHOOK_ROOT_DEV",
"WEBHOOK_SYLLABUS_DEV",
"WEBHOOK_CAMPUS_DEV",
"WEBHOOK_FEEDS_DEV",
# "WEBHOOK_CAMPUS_DEV",
# "WEBHOOK_FEEDS_DEV",
"WEBHOOK_FORUMS_DEV",
]
env:
Expand All @@ -30,12 +29,11 @@ jobs:
if: github.event.release.prerelease != true
strategy:
matrix:
microapps:
[
microapps: [
"WEBHOOK_ROOT_PROD",
"WEBHOOK_SYLLABUS_PROD",
"WEBHOOK_CAMPUS_PROD",
"WEBHOOK_FEEDS_PROD",
# "WEBHOOK_CAMPUS_PROD",
# "WEBHOOK_FEEDS_PROD",
"WEBHOOK_FORUMS_PROD",
]
env:
Expand Down

0 comments on commit fbb4ced

Please sign in to comment.