Skip to content

Commit

Permalink
chore: watcher ignores database changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Sep 17, 2023
1 parent 54de878 commit 387a61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .watch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- name: restart todos-app
run: 'docker compose restart todos-app'
change: 'services/todos/**/*'
ignore: ['**/*.db', '**/*.db-journal']

- name: restart chat-app
run: 'docker-compose restart chat-app'
Expand All @@ -24,3 +25,4 @@
- name: restart news-app
run: 'docker-compose restart news-app'
change: 'services/news/**/*'
ignore: ['**/*.db', '**/*.db-journal']

0 comments on commit 387a61d

Please sign in to comment.