Skip to content

Commit

Permalink
updating Deployment provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rupareddy5-21 authored Sep 29, 2022
1 parent 19c619b commit 1b7fabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export async function deploy(options: SWACLIConfig) {

const deployClientEnv: StaticSiteClientEnv = {
DEPLOYMENT_ACTION: options.dryRun ? "close" : "upload",
DEPLOYMENT_PROVIDER: `swa-cli-${packageInfo.version}`,
DEPLOYMENT_PROVIDER: "SwaCli",
REPOSITORY_BASE: userWorkflowConfig?.appLocation,
SKIP_APP_BUILD: "true",
SKIP_API_BUILD: "true",
Expand Down

0 comments on commit 1b7fabd

Please sign in to comment.