ChristopheLav / iis-deploy

A Github Action that allow to deploy a website on IIS
MIT License
14 stars 6 forks source link

Nothing happens #2

Closed danielscatigno-ncpc closed 8 months ago

danielscatigno-ncpc commented 1 year ago

Hi, I'm trying to publish using this extension but nothing happens

I'm trying to publish a test with:


name: CapturaXML Build Production

on:
  push:
    branches: [ "LeituraCobrancas" ]

jobs:
  build:
    runs-on: windows-2019

    steps:
    - name: Create a offline file
      run: echo "" > app_offline.htm    
    - uses: ChristopheLav/iis-deploy@v1
      with:
        website-name: 'CapturaXML2'
        msdeploy-service-url: '192.1.1.1'
        msdeploy-username: 'publish'
        msdeploy-password: 'pasword123'
        source-path: '${{ github.workspace }}'

The info provided here is fictional I've already tested it using Visual Studio No errors are thrown

sadespresso commented 1 year ago

I'm also experiencing the same issue

Kemorave commented 1 year ago

hello, any update on this?

ChristopheLav commented 11 months ago

Hi! Sorry for the delay, I don't see the notification about the issue.

The IP is not a valid value for the msdeploy-service-url parameter. If you have not customize the port, a valid value will be similar to https://yourwebsite.ca:8172 (replace HTTPS by HTTP if needed and use your domain or IP).

Can you try to use the full URL of your WebDeploy service please?

ChristopheLav commented 8 months ago

Answered. Closing due to no more activity.