Skip to content

Commit

Permalink
feat(otterdog): configure gh-pages for puris repository (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-rm-meyer-ISST authored Feb 26, 2024
1 parent 7fae399 commit 61bf623
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,9 @@ orgs.newOrg('eclipse-tractusx') {
allow_merge_commit: true,
allow_update_branch: false,
dependabot_security_updates_enabled: true,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
description: "Predictive Unit Real-Time Information Service (PURIS) for Short Term Demand and Capacity Management",
web_commit_signoff_required: false,
workflows+: {
Expand All @@ -727,6 +730,14 @@ orgs.newOrg('eclipse-tractusx') {
requires_strict_status_checks: true,
},
],
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"gh-pages"
],
deployment_branch_policy: "selected",
},
],
},
orgs.newRepo('puris-backend') {
archived: true,
Expand Down

0 comments on commit 61bf623

Please sign in to comment.