Skip to content

Commit

Permalink
Test 13
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Jun 9, 2024
1 parent 28b41ea commit a59877a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
-verb:sync `
-source:package=$SPHINX_PACKAGE `
-allowUntrusted `
-dest:auto,ComputerName=`"$SPHINX_DEPLOY_URL`",UserName=`"$SPHINX_USERNAME`",Password=`"$SPHINX_PASSWORD`",IncludeAcls=False,AuthType=Basic `
-setParam:name=`"IIS Web Application Name`",value=`"$SPHINX_IIS_WEBSITE_NAME`" `
-dest:auto,ComputerName="$SPHINX_DEPLOY_URL",UserName="$SPHINX_USERNAME",Password="$SPHINX_PASSWORD",IncludeAcls=False,AuthType=Basic `
-setParam:name="IIS Web Application Name",value="$SPHINX_IIS_WEBSITE_NAME" `
-disableLink:AppPoolExtension `
-disableLink:ContentExtension `
-disableLink:CertificateExtension

0 comments on commit a59877a

Please sign in to comment.