Skip to content

Commit

Permalink
docs: Update deployment details (meltano#7754)
Browse files Browse the repository at this point in the history
update deployment details
  • Loading branch information
magreenbaum committed Jun 7, 2023
1 parent 1356d7a commit 4ae9c82
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/src/_cloud/cloud-cli.md
Expand Up @@ -91,13 +91,19 @@ Selecting a default deployment can also be done interactively:
meltano-cloud deployment use
```

Currently Meltano Cloud doesn't automatically sync updates to [schedules](/guide/orchestration#create-a-schedule) stored in your `meltano.yml` file.
If you've made a change to your schedules configuration and would like them to be re-deployed to Meltano Cloud you can run the following:
Currently Meltano Cloud doesn't automatically sync updates to [schedules](/guide/orchestration#create-a-schedule) stored in your `meltano.yml` file or changes to your tracked branch.
If you've made a change to your schedules configuration or tracked branch and would like them to be re-deployed to Meltano Cloud you can run the following:

```sh
meltano-cloud deployment update --name prod
```

You can then confirm the deployment is on the correct revision of your tracked branch by running the following:

```sh
meltano-cloud deployment list
```

## `docs`

Opens the Meltano Cloud documentation in the system browser.
Expand Down

0 comments on commit 4ae9c82

Please sign in to comment.