Skip to content

Commit

Permalink
try without packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-SF committed Aug 7, 2024
1 parent cb5f51a commit 620c06a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,9 @@ jobs:

- name: Update image and tag in files
run: |
pwd
sed -i "s/tag: .*/tag: ${{ steps.vars.outputs.short_sha }}/" ./ldsa-portal/values.yaml
sed -i "s/version: .*/version: ${{ steps.vars.outputs.short_sha }}/" ./ldsa-portal/Chart.yaml
- name: Deploy to Kubernetes
run: |
aws eks update-kubeconfig --name portal-batch4
helm package ldsa-portal --destination ./package
helm upgrade --install ldsa-portal ./package/deploy-${{ steps.vars.outputs.short_sha }}.tgz --values ./ldsa-portal/values.yaml
helm upgrade --install ldsa-portal ./ldsa-portal --values ./ldsa-portal/values.yaml

0 comments on commit 620c06a

Please sign in to comment.