Skip to content

Commit

Permalink
Merge pull request #28 from neuefische/27-frontend-logging-does-not-w…
Browse files Browse the repository at this point in the history
…ork-on-production

Update deployment configuration
  • Loading branch information
josch87 authored Jun 8, 2024
2 parents c4f7489 + c470cf8 commit 81b842e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
build-frontend:
runs-on: ubuntu-latest
environment: production
env:
VITE_BETTERSTACK_TOKEN: ${{ env.VITE_BETTERSTACK_TOKEN }}

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -82,7 +86,7 @@ jobs:
needs: push-to-docker-hub
environment:
name: hh-java-24-2-teamproject-2 # Capstone Project name
url: https://neuefische.de/ # Link to deployment
url: https://restaurantapp.aljoschazoeller.com/ # Link to deployment
steps:
- name: Trigger Render.com Deployment
run: |
Expand Down

0 comments on commit 81b842e

Please sign in to comment.