Skip to content

Commit

Permalink
Test 21
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Jun 9, 2024
1 parent f93f59b commit ee15f8c
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 @@ -30,7 +30,7 @@ jobs:
/p:IncludeSetAclProviderOnDestination=False `
/p:AutoParameterizationWebConfigConnectionStrings=False
- name: List
run: Get-ChildItem -Recurse .\dist\
run: Get-ChildItem -Recurse .
- name: Deploy Application
shell: cmd
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="${{ env.SPHINX_PASSWORD }}",IncludeAcls=False,AuthType=Basic -setParam:name="IIS Web Application Name",value="${{ env.SPHINX_IIS_WEBSITE_NAME }}" -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension'

0 comments on commit ee15f8c

Please sign in to comment.