Skip to content

Commit

Permalink
feat(publish-metadata): add workflow to publish Metadata to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
radnov committed Jun 23, 2021
1 parent 2b64523 commit 5c77e88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ const projectConfigs = {
'workflows',
'dhis2-preview-pr.yml'
),
'workflow-publish-metadata': path.join(
PROJECT_ROOT,
'.github',
'workflows',
'dhis2metadata-publish.yml'
),
},
lslint: path.join(PROJECT_ROOT, '.ls-lint.yml'),
}
Expand Down Expand Up @@ -108,6 +114,9 @@ const templateConfigs = {
'workflow-preview-pr': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-preview-pr.yml'
),
'workflow-publish-metadata': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2metadata-publish.yml'
),
},
lslint: path.join(TEMPLATE_DIR, 'ls-lint-base.yml'),
}
Expand Down

0 comments on commit 5c77e88

Please sign in to comment.