Allow per-app allow/deny.
This commit is contained in:
@@ -34,10 +34,14 @@ run = "test/nginx-conf-test.sh"
|
||||
description = "Exercise the allow/deny list commands against a fake dokku layout"
|
||||
run = "test/access-list-test.sh"
|
||||
|
||||
[tasks.test-help]
|
||||
description = "Check the help output shapes and that every subcommand is documented"
|
||||
run = "test/help-test.sh"
|
||||
|
||||
[tasks.docker-build]
|
||||
description = "Build the auth service docker image"
|
||||
run = "docker build -t dokku-google-auth:latest ."
|
||||
|
||||
[tasks.check]
|
||||
description = "Run everything CI would run"
|
||||
depends = ["fmt-check", "vet", "test", "shellcheck", "test-nginx-conf", "test-access-lists"]
|
||||
depends = ["fmt-check", "vet", "test", "shellcheck", "test-nginx-conf", "test-access-lists", "test-help"]
|
||||
|
||||
Reference in New Issue
Block a user