diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..4bd961b08 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +build-push: + podman build . -t docker.io/verseghy/website_frontend + podman push docker.io/verseghy/website_frontend + +rollout: + kubectl rollout restart deployment frontend-ssr \ No newline at end of file