Skip to content

Commit

Permalink
update deployment outputs url
Browse files Browse the repository at this point in the history
  • Loading branch information
diversable committed Dec 12, 2023
1 parent f6492cb commit cbd0e76
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/spin_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# For reference, see:
# For setup instructions needed for Fermyon Cloud, see:
# https://developer.fermyon.com/cloud/github-actions
# and
# https://developer.fermyon.com/cloud/changelog/gh-actions-spin-deploy

# For the gh actions themselves, see:
# https://github.com/fermyon/actions

name: Release to Spin Cloud

Expand All @@ -25,7 +30,7 @@ jobs:
timeout-minutes: 10

environment:
name: spin
name: github
url: ${{ steps.deployment.outputs.app_url }}

runs-on: ubuntu-latest
Expand Down

0 comments on commit cbd0e76

Please sign in to comment.