Changed default build settings

This commit is contained in:
Laszlo Fogas
2023-08-21 16:57:30 +02:00
committed by GitHub
parent cb00d364d6
commit 858f5e31e0
+4 -13
View File
@@ -53,17 +53,8 @@ tolerations: []
affinity: {} affinity: {}
# values to build and deploy static sites # values to build and deploy static sites
gitCloneUrl: https://github.com/gimlet-io/hugo-site.git gitCloneUrl: https://github.com/gimlet-io/reactjs-test-app.git
buildImage: bitnami/git:latest # the image must have git installed buildImage: "node:latest"
buildScript: | buildScript: |
# !/usr/bin/env bash npm install && npm run build
# pre -reqs builtAssets: build/
apt-get update && apt-get install -y wget
# Setting up Hugo
wget https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_0.111.3_Linux-64bit.tar.gz &&
tar -xzf hugo_0.111.3_Linux-64bit.tar.gz &&
chmod +x hugo
./hugo
builtAssets: public/