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 was merged in pull request #1.
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: Composer install
|
||||||
image: composer
|
image: composer
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- composer install
|
||||||
23
README.md
23
README.md
@@ -1,2 +1,23 @@
|
|||||||
# encryption
|
# dataEncryptor
|
||||||
|
|
||||||
|
[](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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user