forked from hswaw/hscloud
hswaw/site: deploy
Already contains https://gerrit.hackerspace.pl/1624 Change-Id: I248c2f1653a3423d7dfc6ca5374229f072e111dc Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1626 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
88bec7a3c3
commit
80cee0a987
2 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@ local kube = import "../../kube/kube.libsonnet";
|
|||
|
||||
{
|
||||
cfg:: {
|
||||
image: "registry.k0.hswaw.net/ar/hswaw-site:1690197486-2861c692984cf87828230347e46191ee0ccf486f",
|
||||
image: "registry.k0.hswaw.net/q3k/hswaw-site@sha256:ba8b5ca2aab81edd7a1f5bcc1e75253d7573e199463e7e56aaf18ad4380d681b",
|
||||
webFQDN: error "webFQDN must be set",
|
||||
},
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@ go_library(
|
|||
go_binary(
|
||||
name = "site",
|
||||
embed = [":site_lib"],
|
||||
pure = "on",
|
||||
static = "on",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
@ -41,6 +43,6 @@ container_push(
|
|||
format = "Docker",
|
||||
image = ":latest",
|
||||
registry = "registry.k0.hswaw.net",
|
||||
repository = "ar/hswaw-site",
|
||||
tag = "1690197486-{STABLE_GIT_COMMIT}",
|
||||
repository = "q3k/hswaw-site",
|
||||
tag = "1695421189-{STABLE_GIT_COMMIT}",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue