woodpecker-ci (#1)

change CI/DI from drone to woodpecker

Reviewed-on: #1
Co-authored-by: Brad Cimbura <hpz937@gmail.com>
Co-committed-by: Brad Cimbura <hpz937@gmail.com>
This commit is contained in:
2024-02-19 17:26:45 +00:00
committed by hpz937
parent 19849f3752
commit a8d33ce00f
2 changed files with 23 additions and 6 deletions

View File

@@ -1,9 +1,5 @@
kind: pipeline
type: docker
name: default
steps:
- name: install
- name: Composer install
image: composer
commands:
- composer install

View File

@@ -1,2 +1,23 @@
# encryption
# dataEncryptor
[![status-badge](https://woodpecker.hpz.pw/api/badges/1/status.svg)](https://woodpecker.hpz.pw/repos/1)
### Installation
Setup this registry in your ~/.composer/config.json file:
```json
{
"repositories": [{
"type": "composer",
"url": "https://git.hpz.pw/api/packages/hpz937/composer"
}
]
}
```
To install the package using Composer, run the following command:
```bash
composer require hpz937/encryption:1.0.0
```