Skip to content

Commit

Permalink
build: add deployment url
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Nov 9, 2024
1 parent f5c0e25 commit f48ab80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ jobs:
needs: [build-frontend, release-github]
if: needs.determine-release.outputs.release_needed == 'true'
runs-on: ubuntu-latest
environment: production
environment:
name: production
url: ${{ steps.deploy.outputs.deployment-url }}
steps:
- name: Download Build Artifacts
uses: actions/download-artifact@v4
Expand All @@ -164,6 +166,7 @@ jobs:
path: dist/frontend/
- name: Upload Build Artifacts
uses: cloudflare/wrangler-action@v3
id: deploy
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down

0 comments on commit f48ab80

Please sign in to comment.