+ ADD s3 sync
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user