Skip to content

Commit

Permalink
Added Github Action to deploy Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Mar 27, 2024
1 parent 55f3d55 commit d5fca28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:

- name: Prepare model and k8s values files
run: |
Starting deployment to ${{ github.event.inputs.environment }} environment
echo "${{ env.FAIRSPACE_VALUES_YAML }}" > fairspace_k8s_values.yaml
cat fairspace_k8s_values.yaml
echo "${{ env.FNS_VIEWS_YAML }}" > views.yaml
echo "${{ env.FNS_VOCABULARY_TTL}}" > vocabulary.ttl
echo "${{ env.FNS_TAXONOMIES_TTL }}" > taxonomies.ttl
Expand Down

0 comments on commit d5fca28

Please sign in to comment.