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

@@ -8,7 +8,7 @@ setup() {
teardown() {
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" l >&2
rm "$DOKKU_ROOT/my_app" -rf
rm -rf "$DOKKU_ROOT/my_app"
}
@test "($PLUGIN_COMMAND_PREFIX:link) error when there are no arguments" {