Skip to content

Commit

Permalink
fix: add file to the watched list
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Aug 24, 2024
1 parent fa2ca3a commit e241d27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cicd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ build:
- "libs/back/"
- "folio_content/"
- "Cargo.toml"
- "build/back/"
- "deploy/back/"
file_path: "build/back/Containerfile"
helm: "deploy/back"
imageName: "back"
Expand All @@ -29,6 +31,8 @@ build:
- "libs/front/"
- "package.json"
- "yarn.lock"
- "build/front/"
- "deploy/front/"
file_path: "build/front/Containerfile"
helm: "deploy/front"
imageName: "front"
Expand Down

0 comments on commit e241d27

Please sign in to comment.