diff --git a/build.js b/build.js index ac753e8..de024cb 100644 --- a/build.js +++ b/build.js @@ -44,6 +44,7 @@ function buildProvider(providerName) { try { npmRun.sync(command); npmRun.sync(`cp ./webtask.json ./dist/${providerName}/webtask.json`); + npmRun.sync(`cp ./dist/${providerName}/auth0-${providerName}-deploy.extension.*.js ./dist/${providerName}/bundle.js`); console.log(`Complete! See "dist/${providerName}"`); } catch (e) { console.log(`Error occurred while trying to build ${providerName}`, e); diff --git a/webtask-templates/bitbucket.json b/webtask-templates/bitbucket.json index 42c27fc..fab153a 100644 --- a/webtask-templates/bitbucket.json +++ b/webtask-templates/bitbucket.json @@ -11,7 +11,7 @@ "logoUrl": "https://cdn.auth0.com/extensions/auth0-bitbucket-deploy/assets/logo.svg", "initialUrlPath": "/login", "uninstallConfirmMessage": "Do you really want to uninstall this extension? Doing so will stop any Hosted Pages, Rules and Database Connection scripts from being deployed from Bitbucket to Auth0", - "repository": "https://github.com/auth0-extensions/auth0-bitbucket-deploy", + "repository": "https://github.com/auth0-extensions/auth0-deploy-extensions", "keywords": ["auth0", "extension", "bitbucket"], "auth0": { "createClient": true, diff --git a/webtask-templates/github.json b/webtask-templates/github.json index 178f4bd..4db9f8c 100644 --- a/webtask-templates/github.json +++ b/webtask-templates/github.json @@ -11,7 +11,7 @@ "logoUrl": "https://cdn.auth0.com/extensions/auth0-github-deploy/assets/logo.svg", "initialUrlPath": "/login", "uninstallConfirmMessage": "Do you really want to uninstall this extension? Doing so will stop any Pages, Rules and Database Connection scripts from being deployed from GitHub to Auth0", - "repository": "https://github.com/auth0-extensions/auth0-github-deploy", + "repository": "https://github.com/auth0-extensions/auth0-deploy-extensions", "keywords": ["auth0", "extension", "github"], "auth0": { "createClient": true, diff --git a/webtask-templates/gitlab.json b/webtask-templates/gitlab.json index 29849a5..32f1eb9 100644 --- a/webtask-templates/gitlab.json +++ b/webtask-templates/gitlab.json @@ -11,7 +11,7 @@ "logoUrl": "https://cdn.auth0.com/extensions/auth0-gitlab-deploy/assets/logo.svg", "initialUrlPath": "/login", "uninstallConfirmMessage": "Do you really want to uninstall this extension? Doing so will stop any Hosted Pages, Rules and Database Connection scripts from being deployed from GitLab to Auth0", - "repository": "https://github.com/auth0-extensions/auth0-gitlab-deploy", + "repository": "https://github.com/auth0-extensions/auth0-deploy-extensions", "keywords": ["auth0", "extension", "gitlab"], "auth0": { "createClient": true, diff --git a/webtask-templates/visualstudio.json b/webtask-templates/visualstudio.json index 3d5e377..7b4ae5a 100644 --- a/webtask-templates/visualstudio.json +++ b/webtask-templates/visualstudio.json @@ -11,7 +11,7 @@ "logoUrl": "https://cdn.auth0.com/extensions/auth0-visualstudio-deploy/assets/logo.svg", "initialUrlPath": "/admins/login", "uninstallConfirmMessage": "Do you really want to uninstall this extension? Doing so will stop any Hosted Pages, Rules and Database Connection scripts from being deployed from Visual Studio Team Services to Auth0", - "repository": "https://github.com/auth0-extensions/auth0-visualstudio-deploy", + "repository": "https://github.com/auth0-extensions/auth0-deploy-extensions", "keywords": ["auth0", "extension", "visualstudio"], "auth0": { "createClient": true,