Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devuri authored Jul 13, 2024
1 parent d7035e5 commit 7d3b9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Release Deployer workflow action is an Automated Release Deployment for Cont
| deploy-key | The private SSH key for accessing the remote server. [Generate an SSH key](https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) | Yes | N/A |
| tag-name | The tag name from release build. | Yes | N/A |
| path | The path to the build directory on the GitHub runner. | Yes | build/trunk/ |
| switches | Rsync switches for deployment. This controls the behavior of the file synchronization process. [Rsync documentation](https://linux.die.net/man/1/rsync) | No | -avzr --delete --exclude="*.env" --exclude="env" --exclude=".github" --exclude=".git" --exclude=".gitignore" --exclude=".user.ini" |
| switches | Rsync switches for deployment. This controls the behavior of the file synchronization process. [Rsync documentation](https://linux.die.net/man/1/rsync) | No | -avzr --exclude="*.env" --exclude="env" --exclude=".github" --exclude=".git" --exclude=".gitignore" --exclude=".user.ini" |
| slack-webhook | Slack webhook URL for notifications. Obtain this from your Slack settings. [Creating Slack webhooks](https://slack.com/help/articles/115005265063-Incoming-webhooks-for-Slack) | No | N/A |
| slack-channel | Slack channel for notifications. | No | general |
| slack-title | Title for the Slack notification. | No | Web Application Deployed |
Expand Down

0 comments on commit 7d3b9c9

Please sign in to comment.