Skip to content

Commit

Permalink
fix: Remove non-working deployment part
Browse files Browse the repository at this point in the history
  • Loading branch information
vyruz1986 committed Aug 18, 2022
1 parent 23d72f8 commit 0880a93
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,29 +67,3 @@ jobs:
charts_dir: Infrastructure/helm-charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

deploy:
name: Deploy to dev
runs-on: ubuntu-latest
environment: dev
steps:
# Set the target Azure Kubernetes Service (AKS) cluster.
- uses: azure/aks-set-context@v1
with:
creds: '${{ secrets.AZURE_CREDENTIALS }}'
cluster-name: ${{ env.CLUSTER_NAME }}
resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }}
- name: Base64 decode helm release values
id: write_values_file
uses: timheuer/base64-to-file@v1.1
with:
fileName: 'values.yaml'
encodedString: ${{ secrets.HASPMAN_VALUES }}
- name: 'Deploy'
uses: 'deliverybot/helm@v1'
with:
release: 'dev'
namespace: 'haspman-dev'
chart: 'haspman'
value-files: ${{ steps.write_values_file.outputs.filePath }}
repository: https://brixel.github.io/HaSpMan

0 comments on commit 0880a93

Please sign in to comment.