feat: add s3 backup support

This commit is contained in:
Jose Diaz-Gonzalez
2016-10-30 13:16:28 -06:00
parent 7ee8d7ee73
commit cc5fac0376
16 changed files with 251 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ setup() {
teardown() {
dokku "$PLUGIN_COMMAND_PREFIX:unlink" l my_app >&2
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" l >&2
rm "$DOKKU_ROOT/my_app" -rf
rm -rf "$DOKKU_ROOT/my_app"
}
@test "($PLUGIN_COMMAND_PREFIX:hook:pre-delete) removes app from links file when destroying app" {