Skip to content

Commit

Permalink
Actions: Fix deployment url in prod
Browse files Browse the repository at this point in the history
Mistake introduced in #40
  • Loading branch information
e1mo committed Sep 28, 2023
1 parent 157dcb6 commit a8537b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: github.ref == 'refs/heads/main'
environment:
name: production
url: ${{ needs.determine_urls.outputs.siteurl }}
url: https://chaos.jetzt
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit a8537b3

Please sign in to comment.