Skip to content

Merge branch 'main' of https://github.com/unyt-org/example-localization #8

Merge branch 'main' of https://github.com/unyt-org/example-localization

Merge branch 'main' of https://github.com/unyt-org/example-localization #8

# This file was auto generated by the uix git_deploy plugin. Do not manually edit.
name: Deploy prod
on:
push:
branches:
- main
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: "actions/checkout@v3"
with:
submodules: recursive
- name: Setup Deno
uses: "denoland/setup-deno@v1"
- name: Deploy UIX App
run: "deno run --importmap ./importmap.json -Aqr https://cdn.unyt.org/uix@0.2.x/run.ts --stage prod --detach"