Skip to content

Commit

Permalink
Updating Deployment provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rupareddy5-21 committed Sep 29, 2022
1 parent 1b7fabd commit 2771906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/commands/deploy.spec.ts
Expand Up @@ -130,7 +130,7 @@ describe("deploy", () => {
expect(child_process.spawn).toBeCalledWith("mock-binary", [], {
env: {
DEPLOYMENT_ACTION: "upload",
DEPLOYMENT_PROVIDER: `swa-cli-${pkg.version}`,
DEPLOYMENT_PROVIDER: "SwaCli",
REPOSITORY_BASE: "./",
SKIP_APP_BUILD: "true",
SKIP_API_BUILD: "true",
Expand Down Expand Up @@ -166,7 +166,7 @@ describe("deploy", () => {
expect(child_process.spawn).toBeCalledWith("mock-binary", [], {
env: {
DEPLOYMENT_ACTION: "upload",
DEPLOYMENT_PROVIDER: `swa-cli-${pkg.version}`,
DEPLOYMENT_PROVIDER: "SwaCli",
REPOSITORY_BASE: "./",
SKIP_APP_BUILD: "true",
SKIP_API_BUILD: "true",
Expand Down

0 comments on commit 2771906

Please sign in to comment.