Skip to content

Commit

Permalink
Test 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Jun 9, 2024
1 parent 9779837 commit 0d3cd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
/p:AutoParameterizationWebConfigConnectionStrings=False
- name: Deploy Application
shell: cmd
run: "C:/Program Files (x86)/IIS/Microsoft Web Deploy V3/msdeploy.exe" -verb:sync -allowUntrusted -source:package=$SPHINX_PACKAGE -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
run: '"C:/Program Files (x86)/IIS/Microsoft Web Deploy V3/msdeploy.exe" -verb:sync -allowUntrusted -source:package=${{ env.SPHINX_PACKAGE }} -dest:auto,ComputerName="${{ env.SPHINX_DEPLOY_URL }}",UserName="${{ env.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 0d3cd1c

Please sign in to comment.