shillerben-nuxt/publish.sh

8 lines
215 B
Bash
Raw Normal View History

2023-08-27 14:48:58 +00:00
#!/bin/sh
npm run build
sudo docker build -t docker.shillerben.com/shillerben-nuxt .
2023-09-01 02:13:35 +00:00
sudo docker push docker.shillerben.com/shillerben-nuxt
kubectl -n shillerben-com rollout restart deployment shillerben-homepage