We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd39997 commit a5c201aCopy full SHA for a5c201a
.gimlet/bold-feather-interzone.network.yaml
@@ -7,12 +7,10 @@ chart:
7
version: 0.64.0
8
values:
9
buildImage: node:latest
10
- buildScript: |-
+ buildScript: |+
11
# !/usr/bin/env bash
12
13
- npm install
14
- npm run build
15
- builtAssets: build/
+ builtAssets: /
16
gitCloneUrl: https://github.com/constructions-incongrues/interzone.network.git
17
gitRepository: constructions-incongrues/interzone.network
18
gitSha: '{{ .SHA }}'
0 commit comments