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 15a3dbc commit 9b61fbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:
echo "ENVIRONMENT=$ENVIRONMENT" >> $GITHUB_ENV
echo "Starting deployment to the $ENVIRONMENT environment"
echo "${{ env.FAIRSPACE_VALUES_YAML }}" > fairspace_k8s_values.yaml
echo "CONTENT FROM CAT"
cat fairspace_k8s_values.yaml
echo "CONTENT FROM ENV VAR"
echo "${{ env.FAIRSPACE_VALUES_YAML }}"
echo "CONTENT ABOVE"
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 9b61fbf

Please sign in to comment.