Skip to content

Commit

Permalink
fix: env-vars for application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-urner committed May 16, 2024
1 parent f79ddcf commit 4096058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dockerprod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Debug
run: |
echo "MYSQL_PORT: ${{ secrets.MYSQL_PORT }}"
echo "MINIO_PORT: ${{ secrets.MINIO_PORT }}"
echo "MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }}"
echo "MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}"
echo "JWT_SECRETKEY: ${{ secrets.JWT_SECRETKEY }}"
printenv
- name: Checkout
Expand Down

0 comments on commit 4096058

Please sign in to comment.