forked from Archives/Athou_commafeed
5 lines
249 B
Bash
Executable File
5 lines
249 B
Bash
Executable File
#!/bin/bash
|
|
# This deploy hook gets executed after dependencies are resolved and the
|
|
# build hook has been run but before the application has been started back
|
|
# up again. This script gets executed directly, so it could be python, php,
|
|
# ruby, etc. |