Skip to content

Commit

Permalink
Remove unnecessary environment variables from deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 3, 2024
1 parent 2b89f89 commit 988bba6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ jobs:
# run: helm repo update

- name: Deploy with Helm
env:
DB_USER: ${{ secrets.DB_USER }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
ADMIN_USERNAME: ${{ secrets.ADMIN_USERNAME }}
ADMIN_EMAIL: ${{ secrets.ADMIN_EMAIL }}
ADMIN_PASSWORD: ${{ secrets.ADMIN_PASSWORD }}
SSL_CERTIFICATE: ${{ secrets.SSL_CERTIFICATE }}
SSL_KEY: ${{ secrets.SSL_KEY }}
run: |
helm upgrade --install ${{ steps.latest_tag.outputs.tag }} ./helm \
--namespace phrinifluent \
Expand Down

0 comments on commit 988bba6

Please sign in to comment.