Skip to content

Commit 3b150cc

Browse files
author
Bastian Schwarz
committed
Remove useless ignore entry
1 parent 93fdce1 commit 3b150cc

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/.cache/*
22
/.logs/*
3-
/test/.phpunit.result.cache
43
!/**/.gitkeep
54
.env
65

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@
88
![Packagist Downloads](https://img.shields.io/packagist/dt/codenamephp/deployer.secrets.base)
99
![GitHub](https://img.shields.io/github/license/codenamephp/deployer.secrets.base)
1010

11+
A base package to provide common interface for secret manager integration with the intent to make them easily exchangeable.
12+
1113
## Installation
1214

1315
Easiest way is via composer. Just run `composer require codenamephp/deployer.secrets.base` in your cli which should install the latest version for you.
1416

15-
## Usage
17+
## Usage
18+
19+
This package provides the basic interfaces for secrets, payloads and a client. Use this package in your actual implementation and
20+
just build implementations against services.

0 commit comments

Comments
 (0)