|
|
@ -23,6 +23,11 @@ jobs:
|
|
|
|
- name: Clone repository
|
|
|
|
- name: Clone repository
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Deno
|
|
|
|
|
|
|
|
uses: denoland/setup-deno@main
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
deno-version: 1.18.2
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Node.js
|
|
|
|
- name: Install Node.js
|
|
|
|
uses: actions/setup-node@v3
|
|
|
|
uses: actions/setup-node@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@ -51,5 +56,5 @@ jobs:
|
|
|
|
uses: denoland/deployctl@v1
|
|
|
|
uses: denoland/deployctl@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
project: "tailchat-nightly"
|
|
|
|
project: "tailchat-nightly"
|
|
|
|
entrypoint: "index.html"
|
|
|
|
entrypoint: https://deno.land/std@0.202.0/http/file_server.ts
|
|
|
|
root: "./client/web/dist"
|
|
|
|
root: "./client/web/dist"
|
|
|
|