Skip to content

Commit

Permalink
feat(netlify): add new netlify deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored and ismay committed Dec 19, 2022
1 parent e549ccf commit 7d6d0d4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,14 @@ const templateConfigs = {
'workflow-artifacts': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-artifacts.yml'
),
'workflow-preview-pr': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-preview-pr.yml'
'workflow-deploy-pr': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-netlify-deploy-pr.yml'
),
'workflow-deploy-branch': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-netlify-deploy-branch.yml'
),
'workflow-deploy-production': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-netlify-deploy-production.yml'
),
'workflow-verify-commits': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-verify-commits.yml'
Expand Down

0 comments on commit 7d6d0d4

Please sign in to comment.