Skip to content

Commit

Permalink
Add agnes
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Jul 2, 2021
1 parent 43985eb commit 21cb130
Show file tree
Hide file tree
Showing 8 changed files with 2,718 additions and 2,046 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GITHUB_API_TOKEN=HIDDEN
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.idea
.build
.env.local
vendor
build
node_modules
Expand Down
15 changes: 15 additions & 0 deletions agnes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
agnes:
version: 4

build:
path: .build

github:
api_token: '%env(GITHUB_API_TOKEN)%'
repository: famoser/pdf-generator

scripts:
build:
hook: build
script:
- composer install --verbose --prefer-dist --no-interaction --no-dev --optimize-autoloader --no-scripts
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"require": {
"php": ">=7.4",
"ext-bcmath": "*",
"ext-gd": "*"
"ext-gd": "*",
"famoser/agnes": "^4.2"
},
"require-dev": {
"codacy/coverage": "^1.4",
Expand Down
Loading

0 comments on commit 21cb130

Please sign in to comment.