Skip to content

Commit

Permalink
lorawan workflow deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
luhodaan committed Dec 9, 2024
1 parent 4bb0c59 commit fb26e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dc-lorawan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
yq -i '.image.repository = "${{ env.DOCKER_IMAGE }}"' ${{ env.VALUES_YAML }}
yq -i '.image.tag = "${{ env.DOCKER_TAG }}"' ${{ env.VALUES_YAML }}
yq -i '.image.pullPolicy = "IfNotPresent"' ${{ env.VALUES_YAML }}
yq -i '.envSecret.LORAWAN_PASSWORD = ${{ secrets.LORAWAN_PASSWORD }}"' ${{ env.VALUES_YAML }}
yq -i '.envSecret.LORAWAN_PASSWORD = "${{ secrets.LORAWAN_PASSWORD }}"' ${{ env.VALUES_YAML }}

- name: Deploy on cluster
Expand Down

0 comments on commit fb26e18

Please sign in to comment.