Skip to content

Commit

Permalink
Merge pull request #3 from neelasha23/watch
Browse files Browse the repository at this point in the history
Incremental watch
  • Loading branch information
edublancas authored May 2, 2024
2 parents 2616727 + b36f935 commit e3a96a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ploomber-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
PLOOMBER_CLOUD_KEY: ${{ secrets.PLOOMBER_CLOUD_KEY }}
run: |
ploomber-cloud deploy --watch
# The --watch flag will print deployment status updates to the logs.
ploomber-cloud deploy --watch-incremental
# The --watch-incremental flag will print deployment status and deployment
# log updates to the GitHub logs.
# To learn more, visit: https://docs.cloud.ploomber.io/en/latest/user-guide/github.html

0 comments on commit e3a96a4

Please sign in to comment.