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 c24597e commit 0fc1f4f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@ jobs:
fi
echo "ENVIRONMENT=$ENVIRONMENT" >> $GITHUB_ENV
echo "Starting deployment to the $ENVIRONMENT environment"
echo "${{ secrets.FAIRSPACE_VALUES_YAML }}" > fairspace_k8s_values.yaml
echo "${{ .FAIRSPACE_VALUES_YAML }}" > fairspace_k8s_values.yaml
echo "LEGO"
head -n 1 fairspace_k8s_values.yaml
echo "${{ env.FNS_VIEWS_YAML }}" > views.yaml
echo "LEGO2"
head -n 1 views.yaml
echo "${{ env.FNS_VOCABULARY_TTL}}" > vocabulary.ttl
echo "LEGO3"
head -n 1 vocabulary.yaml
echo "${{ env.FNS_TAXONOMIES_TTL }}" > taxonomies.ttl
echo "LEGO4"
head -n 1 taxonomies.yaml
- name: Define the version
run: |
Expand Down

0 comments on commit 0fc1f4f

Please sign in to comment.