Skip to content

Commit

Permalink
Update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Nov 12, 2024
1 parent 6eb9a1d commit 5058c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"docker:login": "docker login --username $GH_USER --password $GH_TOKEN ghcr.io",
"docker:push": "docker push ghcr.io/luxfi/bridge/server:latest",
"k8s:apply": "kubectl apply -f k8s/bridge-deployment.yaml && kubectl apply -f k8s/bridge-service.yaml",
"k8s:logs": "kubectl logs -l app=bridge-server",
"k8s:scale": "kubectl scale deployment bridge-server --replicas=$REPLICAS",
"k8s:create-secret": "kubectl create secret generic bridge-server-secret --from-literal=POSTGRES_URL=\"$POSTGRES_URL\" --dry-run=client -o yaml | kubectl apply -f -",
"k8s:restart": "kubectl rollout restart deployment bridge-server",
Expand Down

0 comments on commit 5058c7a

Please sign in to comment.