Skip to content

Commit

Permalink
build: Set environment URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 22, 2024
1 parent 6322293 commit bd17ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
push-to-registry: true

deploy:
environment: ${{ inputs.app }}
environment:
name: ${{ inputs.app }}
url: ${{ inputs.app == 'nuxt' && 'https://makemyflix.netwerkdigitaalerfgoed.nl' || 'https://makemyflix.netwerkdigitaalerfgoed.nl/admin' }}
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bd17ef0

Please sign in to comment.