Skip to content

Commit

Permalink
env configs not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Jan 11, 2024
1 parent 7524382 commit 090ec34
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
env:
APP_DEBUG: false
APP_ENV: production
DB_CONNECTION: prod_db
DB_DATABASE: dart-blog
DB_HOST: ${{ secrets.DB_HOST }}
DB_USERNAME: ${{ secrets.DB_USERNAME }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}

- name: Trigger Deploy on Render 🚀
run: curl -G -d "key=${{ secrets.RENDER_KEY }}" -d "imgURL=ghcr.io/codekeyz/dart-blog:main" https://api.render.com/deploy/srv-${{ secrets.RENDER_SERVICE_ID }}

0 comments on commit 090ec34

Please sign in to comment.