This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
git.autonomic.zone/.dokku/postdeploy.sh
2020-03-17 13:43:26 +01:00

12 lines
101 B
Bash
Executable File

#!/bin/bash
set -eu -o pipefail
main() {
set -eu
echo "-----> postdeploy says hi"
}
main