.NET core build test and msdeploy to deploy your website's publish folder to your personally hosted IIS server.
https://github.com/RahulParmarRP/TestGithubActions
Create a README.md file that specifies the following information:
- A detailed description of what the action does.
- Required input and output arguments.
- Optional input and output arguments.
- Secrets the action uses.
- Environment variables the action uses.
- PROJECT_DIRECTORY_PATH
- IIS_SERVER_COMPUTER_NAME
- IIS_WEBSITE_NAME
- IIS_SERVER_USERNAME
- IIS_SERVER_PASSWORD
- RECYCLE_APP_NAME
- WEBSITE_CONTENT_PATH
- An example of how to use your action in a workflow.