Skip to content

Commit 6815fbc

Browse files
committed
Add makefile
1 parent 08bad24 commit 6815fbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)