Skip to content

Commit

Permalink
Changed default build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph authored Aug 21, 2023
1 parent cb00d36 commit 858f5e3
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions charts/static-site/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,8 @@ tolerations: []
affinity: {}

# values to build and deploy static sites
gitCloneUrl: https://github.com/gimlet-io/hugo-site.git
buildImage: bitnami/git:latest # the image must have git installed
gitCloneUrl: https://github.com/gimlet-io/reactjs-test-app.git
buildImage: "node:latest"
buildScript: |
# !/usr/bin/env bash
# pre -reqs
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/
npm install && npm run build
builtAssets: build/

0 comments on commit 858f5e3

Please sign in to comment.