Skip to content

Commit

Permalink
Change sed separator
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebeauguitte committed Apr 15, 2024
1 parent d4e41b9 commit 75accac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
kubectl config use-context meteor
kubectl config view
kubectl version
sed -i "s/<version>/${{ env.APP_VERSION }}/g" k8s/stage/meteor.yml
sed -i "s/<host_url>/${{ steps.import-secrets.outputs.K8S_HOST_URL }}/g" k8s/stage/meteor.yml
sed -i "s|<version>|${{ env.APP_VERSION }}|g" k8s/stage/meteor.yml
sed -i "s|<host_url>|${{ steps.import-secrets.outputs.K8S_HOST_URL }}|g" k8s/stage/meteor.yml
kubectl apply -f k8s/stage/meteor.yml
kubectl rollout restart deploy/meteor

0 comments on commit 75accac

Please sign in to comment.