mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-09-04 17:30:38 +02:00
chore: Add CI badges to README
This commit is contained in:
parent
02794c2f5a
commit
9ffbf95175
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
# rsync deployments
|
||||
|
||||
[](https://github.com/Burnett01/rsync-deployments/actions/workflows/ci-validating-linting-testing.yml)
|
||||
[](https://github.com/Burnett01/rsync-deployments/actions/workflows/snyk-docker-vulnerability-scan.yml)
|
||||
[](https://github.com/Burnett01/rsync-deployments/actions/workflows/github-code-scanning/codeql)
|
||||
[](https://github.com/Burnett01/rsync-deployments/actions/workflows/dependabot/dependabot-updates)
|
||||
|
||||
|
||||
This GitHub Action (amd64) deploys files in `GITHUB_WORKSPACE` to a remote folder via rsync over ssh.
|
||||
|
||||
Use this action in a CD workflow which leaves deployable code in `GITHUB_WORKSPACE`.
|
||||
|
|
Loading…
Reference in a new issue