ZKT-skuska/web/prepare-app.sh
2023-05-24 00:48:36 +02:00

9 lines
123 B
Bash

#!/bin/bash
docker build -t oliversid/node-app:latest .
kubectl apply -f deployment.yaml
kubectl apply -f service.yaml