Skip to content

Commit

Permalink
update pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Mar 11, 2024
1 parent 76ee16a commit 1f9a0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ jobs:
- name: "Replace secrets"
run: find .deploy/deployment.yaml -type f -exec sed -i ''s/__GOOGLE_CLIENT_SECRET__/${{ secrets.GOOGLE_CLIENT_SECRET }}/g'' {} \;
- name: "Replace secrets"
run: find .deploy/deployment.yaml -type f -exec sed -i ''s/__REDIRECT_URL__/${{ secrets.REDIRECT_URL }}/g'' {} \;
run: find .deploy/deployment.yaml -type f -exec sed -i -e "s#__REDIRECT_URL__#${{ secrets.REDIRECT_URL }}#" {} \;
- name: "Deploy to GKE"
run: kubectl apply -f .deploy/deployment.yaml

0 comments on commit 1f9a0d5

Please sign in to comment.