+ ADD s3 sync

This commit is contained in:
felegy
2022-08-30 08:29:50 +02:00
parent 4ec8bdc471
commit 20ad4c8ede
5 changed files with 520 additions and 281 deletions

View File

@@ -10,6 +10,10 @@ function d-wp {
dc run --rm wordpress wp $args
}
function d-s3-sync {
dc run --rm wordpress .dev/ops/s3-sync.sh $args
}
function d-heroku {
dc run --rm --entrypoint=heroku wordpress $args
}