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

0 comments on commit d33b10c

Please sign in to comment.