Skip to content

Commit

Permalink
Merge pull request #53 from hypersign-protocol/CD
Browse files Browse the repository at this point in the history
update action
  • Loading branch information
Pratap2018 authored Dec 7, 2023
2 parents bf40696 + eee4d44 commit 898b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: "Replace secrets"
run: find .deploy/deployment.yaml -type f -exec sed -i -e "s#__DB_URL__#${{ secrets.DB_URL }}#" {} \;
- name: "Replace secrets"
run: find .deploy/deployment.yaml -type f -exec sed -i ''s/__LOG_LEVEL__/${{ secrets.LOG_LEVEL }}/g'' {} \;
run: find .deploy/deployment.yaml -type f -exec sed -i "s#__LOG_LEVEL__#${{ secrets.LOG_LEVEL }}#" {} \;

- name: "Replace secrets"
run: find .deploy/deployment.yaml -type f -exec sed -i ''s/__SSL__/${{ secrets.SSL }}/g'' {} \;
Expand Down

0 comments on commit 898b351

Please sign in to comment.