Skip to content

Commit

Permalink
Update deployment configuration
Browse files Browse the repository at this point in the history
This commit introduces changes in the GitHub workflow's deployment.yml file. Specifically, it adds an environment variable for the frontend build job and updates the deployment URL. These changes are essential for proper handling of production configurations and smooth deployment process.
  • Loading branch information
josch87 committed Jun 8, 2024
1 parent c4f7489 commit c470cf8
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 c470cf8

Please sign in to comment.