Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ upload-compose:
task: upload
```

To upload a file:
To upload a docker-compose file:

```bash
$ sake run get-backups --server <server>
$ sake run upload-compose --server <server>
```

You can also override the `SRC` and `DEST` variables at the command line:
Expand Down Expand Up @@ -108,7 +108,7 @@ ssh-and-cmd:
Then run:

```bash
$ sake run get-backups --server <server>
$ sake run ssh-and-cmd --server <server>
```

You can also provide the `--attach` flag to arbitrary commands:
Expand Down