evandrosystems/deploy
Version updated for https://github.com/evandrosystems/deploy to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the deployment of files or directories from a GitHub repository to a remote server via SSH. It addresses the need for streamlined and secure file publishing for projects like websites, APIs, or assets, eliminating the need for manual transfers. Key capabilities include executing custom commands before and after deployment, transferring specific files or directories, and excluding certain items from the deployment process.
What’s Changed
- feat: implement rsync flags (32e838a)
- feat: implement rsync flags (faeca9e)
- refactor: remove unnecessary parameter (1ddc3a2)
- chore: readme (8189e82)
- refactor: send files function (2efa8bf)
- fix: use stdio inherit in execSync to fix enobufs (293a24f)
- chore: configuring jest (16f73c3)
- chore: install jest (2574ec1)
- refactor: validation module (0fc7e78)
- refactor: validate ssh key permission (849d9c4)