We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bad24 commit 6815fbcCopy full SHA for 6815fbc
Makefile
@@ -0,0 +1,6 @@
1
+build-push:
2
+ podman build . -t docker.io/verseghy/website_frontend
3
+ podman push docker.io/verseghy/website_frontend
4
+
5
+rollout:
6
+ kubectl rollout restart deployment frontend-ssr
0 commit comments