Skip to content

Commit 40a76e4

Browse files
committed
Minor deployment updates
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 99491fe commit 40a76e4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
environment: production
3939

4040
- id: deploy
41-
uses: unikraft/kraftkit@v0.9.1
41+
uses: unikraft/kraftkit@v0.11.6
4242
with:
4343
auths: |
4444
github.com:

Kraftfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ labels:
55
cloud.unikraft.v1.instances/scale_to_zero.policy: "on"
66
cloud.unikraft.v1.instances/scale_to_zero.cooldown_time_ms: 5000
77
cmd: [ "/usr/bin/sourcemeta-registry-server", "/app/index" ]
8+
env:
9+
SOURCEMETA_REGISTRY_I_HAVE_A_COMMERCIAL_LICENSE: 1

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ prepare: \
4343

4444
.PHONY: index
4545
index: configuration.json
46-
$(REGISTRY)/sourcemeta-registry-index $< $(OUTPUT)
46+
SOURCEMETA_REGISTRY_I_HAVE_A_COMMERCIAL_LICENSE=1 \
47+
$(REGISTRY)/sourcemeta-registry-index $< $(OUTPUT)
4748

4849
.PHONY: clean
4950
clean:

0 commit comments

Comments
 (0)