Skip to content

Commit

Permalink
update spin deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
diversable committed Dec 12, 2023
1 parent 4cf87f1 commit b23cf85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/spin_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ concurrency:
cancel-in-progress: false

jobs:
Github-Pages-Release:
Spin-Release:

timeout-minutes: 10

# environment:
# name: github
# url: ${{ steps.deployment.outputs.page_url }}
environment:
name: github
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest

Expand Down Expand Up @@ -59,14 +59,14 @@ jobs:
run: ./trunk build --release



# Install Spin CLI & Deploy

- name: Install Spin
uses: fermyon/actions/spin/setup@v1


- name: Build and deploy
id: deployment
uses: fermyon/actions/spin/deploy@v1
with:
fermyon_token: ${{ secrets.FERMYON_CLOUD_TOKEN }}

0 comments on commit b23cf85

Please sign in to comment.