8 lines
218 B
Bash
Executable File
8 lines
218 B
Bash
Executable File
#!/bin/sh
|
|
|
|
npm run build
|
|
|
|
podman build --arch amd64 -t docker.shillerben.com/shillerben-nuxt .
|
|
podman push docker.shillerben.com/shillerben-nuxt
|
|
|
|
kubectl -n shillerben-com rollout restart deployment shillerben-homepage |