Skip to content

Commit

Permalink
change path to deploy dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Anderson authored and Rick Anderson committed May 22, 2024
1 parent b17ede6 commit e8468bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Rick Anderson"
git add ../../deploy/dev_values.yaml
git add ../../deploy/prod_values.yaml
git add ../../deploy/test_values.yaml
git add deploy/dev_values.yaml
git add deploy/prod_values.yaml
git add deploy/test_values.yaml
# Repackage Helm Chart
Expand Down

0 comments on commit e8468bf

Please sign in to comment.