Skip to content

Commit

Permalink
chore: add gh-pages to managed-identity-wallet repo (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Almádi <[email protected]>
  • Loading branch information
almadigabor authored Nov 7, 2023
1 parent 4a7c618 commit 299ec3f
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 @@ -349,10 +349,21 @@ orgs.newOrg('eclipse-tractusx') {
allow_update_branch: false,
delete_branch_on_merge: false,
has_discussions: true,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"gh-pages"
],
deployment_branch_policy: "selected",
},
],
},
orgs.newRepo('managed-identity-wallets-archived') {
allow_merge_commit: true,
Expand Down

0 comments on commit 299ec3f

Please sign in to comment.