Skip to content

Commit a9e9185

Browse files
committed
Fix relase task
1 parent 4fb6233 commit a9e9185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ci:
4747

4848
.PHONY: release # Release the latest version of the application
4949
release:
50-
@kubectl --namespace opengraph-image-gen set image deployment opengraph-image-gen web=docker.cluster.fun/averagemarcus/opengraph-image-gen:$(SHA)
50+
@kubectl --namespace opengraph set image deployment opengraph web=docker.cluster.fun/averagemarcus/opengraph-image-gen:$(SHA)
5151

5252
.PHONY: help # Show this list of commands
5353
help:

0 commit comments

Comments
 (0)