Skip to content

Commit

Permalink
resolve issues with agnes deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Aug 21, 2019
1 parent 42ff083 commit cbe6e9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ LDAP_URL=null://localhost
# - none (dsiable all checks)
# - whitelist (checks if the email is on a line of var/transient/authroization/whitelists/*.txt)
AUTHORIZATION_METHOD=none

# for agnes release
GITHUB_API_TOKEN=token
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# development
.idea
*.phar
.build
/node_modules/
.DS_Store
yarn-error.log
Expand Down
4 changes: 2 additions & 2 deletions agnes.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
agnes:
github_api_token: '%env(GITHUB_API_TOKEN)%'
build:
build_target:
connection:
type: local
path: .build

application:
repository: mangelio/app
repository: mangelio/web

shared_folders:
- var/persistent
Expand Down

0 comments on commit cbe6e9d

Please sign in to comment.