Skip to content

docs: review onboarding to integrate local dev first (#448) #154

docs: review onboarding to integrate local dev first (#448)

docs: review onboarding to integrate local dev first (#448) #154

Workflow file for this run

name: Deploy to Juno
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Deploy to Juno
uses: junobuild/juno-action@main
with:
args: deploy
env:
JUNO_TOKEN: ${{ secrets.JUNO_TOKEN }}