12 lines
318 B
JSON
12 lines
318 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git remote *)",
|
|
"Bash(git push *)",
|
|
"Bash(git commit -m 'Add Dockerfile for Docker production deployment *)",
|
|
"Bash(git commit -m 'Auto-seed default sources on first startup *)",
|
|
"Bash(py -c \"from app import app; print\\('OK'\\)\")"
|
|
]
|
|
}
|
|
}
|