Skip to content

Commit

Permalink
Merge pull request #826 from keymanapp/chore/build-path
Browse files Browse the repository at this point in the history
chore: build path
  • Loading branch information
mcdurdin authored Oct 16, 2023
2 parents 224acd6 + c7415cb commit 0e9123a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions resources/kubectl/help-kubectl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
name: help-keyman-com
key: site-branch
command: ["sh", "-c"]
args:
args:
- |
set -e
apk add git webhook
Expand Down Expand Up @@ -125,7 +125,7 @@ spec:
securityContext:
runAsUser: 0
runAsGroup: 33
command: ['sh', '-c', './build.sh configure']
command: ['sh', '-c', '/var/www/build.sh configure']
volumeMounts:
- name: help-site-app
mountPath: /mnt
Expand Down Expand Up @@ -162,10 +162,8 @@ data:
!.editorconfig
!.github
!composer.*
!build.sh
!Dockerfile
!Readme.md
!resources
!web.config
deployer: |
#!/bin/sh
Expand Down

0 comments on commit 0e9123a

Please sign in to comment.