Skip to content

Commit

Permalink
Update configuration destination
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 20, 2024
1 parent a93a3dd commit c46fe1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.name}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
./scripts/consul.sh \
--src ./predict/local/configuration.yaml \
--dst pennsignals/palliativeconnect/predict/configuration.yaml
--dst pennsignals/{{ cookiecutter.name }}/predict/configuration.yaml
# Deploy jobs
- id: nomad
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
./scripts/consul.sh \
--src ./predict/local/configuration.yaml \
--dst pennsignals/palliativeconnect/predict/configuration.yaml
--dst pennsignals/{{ cookiecutter.name }}/predict/configuration.yaml
# Deploy jobs
- id: nomad
Expand Down

0 comments on commit c46fe1d

Please sign in to comment.